Html Css Color HEX #DF08A3 Hollywood Cerise

📋 copy color: '#DF08A3'

red 223 ◦ green 8 ◦ blue 163

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

Shades of Hollywood Cerise #DF08A3

Tints of Hollywood Cerise #DF08A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.37%

R = 56.6%
G = 2.03%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF08A3 (or 0xDF08A3) is known color: Hollywood Cerise. HEX triplet: DF, 08 and A3. RGB value is (223,8,163). Sum of RGB (Red+Green+Blue) = 223+8+163=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF08A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF08A3 is #20F75C. Grayscale: #595959. Windows color (decimal): -2160477 or 10684639. OLE color: 10684639.

HSL color Cylindrical-coordinate representation of color #DF08A3: hue angle of 316.74º 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 #DF08A3 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 8 163 -
CMYK 0 0.96 0.27 0.13
HSL 316.74º 0.93% 0.45% -
HSV(B) 316.74º 0.96% 0.87% -
XYZ 37.13 18.51 36.27 -
YUV 89.96 169.23 222.9 -
System Red Green Blue C M Y K H S L
Decimal 223 8 163 0 0.96 0.27 0.13 316.74 0.93 0.45
Hex DF 8 A3 0 60 1B D 13D 5D 2D
Octal 337 10 243 0 140 33 15 475 135 55
Binary 11011111 1000 10100011 0 1100000 11011 1101 100111101 1011101 101101

Color Harmonies of #DF08A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF08A3

Black with #DF08A3

Text Example


Text Example

White with #DF08A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF08A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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