Html Css Color HEX #DC27BE Razzle Dazzle Rose

📋 copy color: '#DC27BE'

red 220 ◦ green 39 ◦ blue 190

#DC27BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #DC27BE

Tints of Razzle Dazzle Rose #DC27BE

RGB

 RED value IS 220 (86.33% from 255) = 49%

 GREEN value IS 39 (15.63% from 255) = 8.69%

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 49%
G = 8.69%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC27BE (or 0xDC27BE) is known color: Razzle Dazzle Rose. HEX triplet: DC, 27 and BE. RGB value is (220,39,190). Sum of RGB (Red+Green+Blue) = 220+39+190=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27BE is #23D841. Grayscale: #6D6D6D. Windows color (decimal): -2349122 or 12462044. OLE color: 12462044.

HSL color Cylindrical-coordinate representation of color #DC27BE: hue angle of 309.94º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC27BE is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 39 190 -
CMYK 0 0.82 0.14 0.14
HSL 309.94º 0.72% 0.51% -
HSV(B) 309.94º 0.82% 0.86% -
XYZ 39.53 20.38 50.57 -
YUV 110.33 172.97 206.22 -
System Red Green Blue C M Y K H S L
Decimal 220 39 190 0 0.82 0.14 0.14 309.94 0.72 0.51
Hex DC 27 BE 0 52 E E 136 48 33
Octal 334 47 276 0 122 16 16 466 110 63
Binary 11011100 100111 10111110 0 1010010 1110 1110 100110110 1001000 110011

Color Harmonies of #DC27BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC27BE

Black with #DC27BE

Text Example


Text Example

White with #DC27BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC27BE; }

 p { color: rgb(220,39,190); }

 H1.HeaderClassName
 {
   color: #DC27BE;
 }
 .AnyTagClassName
 {
   color: #DC27BE;
 }
</style>

background-color css

<style>
 a { background-color: #DC27BE; }

 a { background-color: rgb(220,39,190); }

 div.DivClassName
 {
   background-color: #DC27BE;
 }
 .BgClassName
 {
   background-color: #DC27BE;
 }
</style>

border-color css

<style>
 span { border-color: #DC27BE; }

 span { border-color: rgb(220,39,190); }

 td.TdClassName
 {
   border-color: #DC27BE;
 }
 .TagClassName
 {
   border-color: #DC27BE;
 }
</style>