Html Css Color HEX #DF02AE Hollywood Cerise

📋 copy color: '#DF02AE'

red 223 ◦ green 2 ◦ blue 174

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

Shades of Hollywood Cerise #DF02AE

Tints of Hollywood Cerise #DF02AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.61%

R = 55.89%
G = 0.5%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF02AE (or 0xDF02AE) is known color: Hollywood Cerise. HEX triplet: DF, 02 and AE. RGB value is (223,2,174). Sum of RGB (Red+Green+Blue) = 223+2+174=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF02AE is #20FD51. Grayscale: #575757. Windows color (decimal): -2162002 or 11403999. OLE color: 11403999.

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

Color convert

RGB 223 2 174 -
CMYK 0 0.99 0.22 0.13
HSL 313.3º 0.98% 0.44% -
HSV(B) 313.3º 0.99% 0.87% -
XYZ 38.09 18.79 41.66 -
YUV 87.69 176.72 224.51 -
System Red Green Blue C M Y K H S L
Decimal 223 2 174 0 0.99 0.22 0.13 313.3 0.98 0.44
Hex DF 2 AE 0 63 16 D 139 62 2C
Octal 337 2 256 0 143 26 15 471 142 54
Binary 11011111 10 10101110 0 1100011 10110 1101 100111001 1100010 101100

Color Harmonies of #DF02AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF02AE

Black with #DF02AE

Text Example


Text Example

White with #DF02AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF02AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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