Html Css Color HEX #DF02AA Hollywood Cerise

📋 copy color: '#DF02AA'

red 223 ◦ green 2 ◦ blue 170

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

Shades of Hollywood Cerise #DF02AA

Tints of Hollywood Cerise #DF02AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.04%

R = 56.46%
G = 0.51%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF02AA (or 0xDF02AA) is known color: Hollywood Cerise. HEX triplet: DF, 02 and AA. RGB value is (223,2,170). Sum of RGB (Red+Green+Blue) = 223+2+170=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF02AA is #20FD55. Grayscale: #565656. Windows color (decimal): -2162006 or 11141855. OLE color: 11141855.

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

Color convert

RGB 223 2 170 -
CMYK 0 0.99 0.24 0.13
HSL 314.39º 0.98% 0.44% -
HSV(B) 314.39º 0.99% 0.87% -
XYZ 37.71 18.63 39.64 -
YUV 87.23 174.72 224.84 -
System Red Green Blue C M Y K H S L
Decimal 223 2 170 0 0.99 0.24 0.13 314.39 0.98 0.44
Hex DF 2 AA 0 63 18 D 13A 62 2C
Octal 337 2 252 0 143 30 15 472 142 54
Binary 11011111 10 10101010 0 1100011 11000 1101 100111010 1100010 101100

Color Harmonies of #DF02AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF02AA

Black with #DF02AA

Text Example


Text Example

White with #DF02AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF02AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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