Html Css Color HEX #DF08A5 Hollywood Cerise

📋 copy color: '#DF08A5'

red 223 ◦ green 8 ◦ blue 165

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

Shades of Hollywood Cerise #DF08A5

Tints of Hollywood Cerise #DF08A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.67%

R = 56.31%
G = 2.02%
B = 41.67%

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

#DF08A5 (or 0xDF08A5) is known color: Hollywood Cerise. HEX triplet: DF, 08 and A5. RGB value is (223,8,165). Sum of RGB (Red+Green+Blue) = 223+8+165=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF08A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF08A5 is #20F75A. Grayscale: #595959. Windows color (decimal): -2160475 or 10815711. OLE color: 10815711.

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

Color convert

RGB 223 8 165 -
CMYK 0 0.96 0.26 0.13
HSL 316.19º 0.93% 0.45% -
HSV(B) 316.19º 0.96% 0.87% -
XYZ 37.31 18.58 37.22 -
YUV 90.18 170.23 222.73 -
System Red Green Blue C M Y K H S L
Decimal 223 8 165 0 0.96 0.26 0.13 316.19 0.93 0.45
Hex DF 8 A5 0 60 1A D 13C 5D 2D
Octal 337 10 245 0 140 32 15 474 135 55
Binary 11011111 1000 10100101 0 1100000 11010 1101 100111100 1011101 101101

Color Harmonies of #DF08A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF08A5

Black with #DF08A5

Text Example


Text Example

White with #DF08A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF08A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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