Html Css Color HEX #DF02AB Hollywood Cerise

📋 copy color: '#DF02AB'

red 223 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #DF02AB

Tints of Hollywood Cerise #DF02AB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 56.31%
G = 0.51%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF02AB (or 0xDF02AB) is known color: Hollywood Cerise. HEX triplet: DF, 02 and AB. RGB value is (223,2,171). Sum of RGB (Red+Green+Blue) = 223+2+171=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF02AB is #20FD54. Grayscale: #565656. Windows color (decimal): -2162005 or 11207391. OLE color: 11207391.

HSL color Cylindrical-coordinate representation of color #DF02AB: hue angle of 314.12º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF02AB is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 2 171 -
CMYK 0 0.99 0.23 0.13
HSL 314.12º 0.98% 0.44% -
HSV(B) 314.12º 0.99% 0.87% -
XYZ 37.8 18.67 40.14 -
YUV 87.35 175.22 224.76 -
System Red Green Blue C M Y K H S L
Decimal 223 2 171 0 0.99 0.23 0.13 314.12 0.98 0.44
Hex DF 2 AB 0 63 17 D 13A 62 2C
Octal 337 2 253 0 143 27 15 472 142 54
Binary 11011111 10 10101011 0 1100011 10111 1101 100111010 1100010 101100

Color Harmonies of #DF02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF02AB

Black with #DF02AB

Text Example


Text Example

White with #DF02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF02AB; }

 p { color: rgb(223,2,171); }

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

background-color css

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

 a { background-color: rgb(223,2,171); }

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

border-color css

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

 span { border-color: rgb(223,2,171); }

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