Html Css Color HEX #DF08A6 Hollywood Cerise

📋 copy color: '#DF08A6'

red 223 ◦ green 8 ◦ blue 166

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

Shades of Hollywood Cerise #DF08A6

Tints of Hollywood Cerise #DF08A6

RGB

 RED value IS 223 (87.5% from 255) = 56.17%

 GREEN value IS 8 (3.52% from 255) = 2.02%

 BLUE value IS 166 (65.23% from 255) = 41.81%

R = 56.17%
G = 2.02%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF08A6 (or 0xDF08A6) is known color: Hollywood Cerise. HEX triplet: DF, 08 and A6. RGB value is (223,8,166). Sum of RGB (Red+Green+Blue) = 223+8+166=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF08A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF08A6 is #20F759. Grayscale: #595959. Windows color (decimal): -2160474 or 10881247. OLE color: 10881247.

HSL color Cylindrical-coordinate representation of color #DF08A6: hue angle of 315.91º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF08A6 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 8 166 -
CMYK 0 0.96 0.26 0.13
HSL 315.91º 0.93% 0.45% -
HSV(B) 315.91º 0.96% 0.87% -
XYZ 37.4 18.61 37.7 -
YUV 90.3 170.73 222.65 -
System Red Green Blue C M Y K H S L
Decimal 223 8 166 0 0.96 0.26 0.13 315.91 0.93 0.45
Hex DF 8 A6 0 60 1A D 13C 5D 2D
Octal 337 10 246 0 140 32 15 474 135 55
Binary 11011111 1000 10100110 0 1100000 11010 1101 100111100 1011101 101101

Color Harmonies of #DF08A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF08A6

Black with #DF08A6

Text Example


Text Example

White with #DF08A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF08A6; }

 p { color: rgb(223,8,166); }

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

background-color css

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

 a { background-color: rgb(223,8,166); }

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

border-color css

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

 span { border-color: rgb(223,8,166); }

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