Html Css Color HEX #DD02AE Hollywood Cerise

📋 copy color: '#DD02AE'

red 221 ◦ green 2 ◦ blue 174

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

Shades of Hollywood Cerise #DD02AE

Tints of Hollywood Cerise #DD02AE

RGB

 RED value IS 221 (86.72% from 255) = 55.67%

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

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

R = 55.67%
G = 0.5%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD02AE (or 0xDD02AE) is known color: Hollywood Cerise. HEX triplet: DD, 02 and AE. RGB value is (221,2,174). Sum of RGB (Red+Green+Blue) = 221+2+174=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD02AE is #22FD51. Grayscale: #565656. Windows color (decimal): -2293074 or 11403997. OLE color: 11403997.

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

Color convert

RGB 221 2 174 -
CMYK 0 0.99 0.21 0.13
HSL 312.88º 0.98% 0.44% -
HSV(B) 312.88º 0.99% 0.87% -
XYZ 37.48 18.47 41.63 -
YUV 87.09 177.05 223.51 -
System Red Green Blue C M Y K H S L
Decimal 221 2 174 0 0.99 0.21 0.13 312.88 0.98 0.44
Hex DD 2 AE 0 63 15 D 139 62 2C
Octal 335 2 256 0 143 25 15 471 142 54
Binary 11011101 10 10101110 0 1100011 10101 1101 100111001 1100010 101100

Color Harmonies of #DD02AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02AE

Black with #DD02AE

Text Example


Text Example

White with #DD02AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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