Html Css Color HEX #DD02A5 Hollywood Cerise

📋 copy color: '#DD02A5'

red 221 ◦ green 2 ◦ blue 165

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

Shades of Hollywood Cerise #DD02A5

Tints of Hollywood Cerise #DD02A5

RGB

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

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

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

R = 56.96%
G = 0.52%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD02A5 (or 0xDD02A5) is known color: Hollywood Cerise. HEX triplet: DD, 02 and A5. RGB value is (221,2,165). Sum of RGB (Red+Green+Blue) = 221+2+165=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD02A5 is #22FD5A. Grayscale: #555555. Windows color (decimal): -2293083 or 10814173. OLE color: 10814173.

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

Color convert

RGB 221 2 165 -
CMYK 0 0.99 0.25 0.13
HSL 315.34º 0.98% 0.44% -
HSV(B) 315.34º 0.99% 0.87% -
XYZ 36.63 18.13 37.17 -
YUV 86.06 172.55 224.25 -
System Red Green Blue C M Y K H S L
Decimal 221 2 165 0 0.99 0.25 0.13 315.34 0.98 0.44
Hex DD 2 A5 0 63 19 D 13B 62 2C
Octal 335 2 245 0 143 31 15 473 142 54
Binary 11011101 10 10100101 0 1100011 11001 1101 100111011 1100010 101100

Color Harmonies of #DD02A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02A5

Black with #DD02A5

Text Example


Text Example

White with #DD02A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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