Html Css Color HEX #DD02AD Hollywood Cerise

📋 copy color: '#DD02AD'

red 221 ◦ green 2 ◦ blue 173

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

Shades of Hollywood Cerise #DD02AD

Tints of Hollywood Cerise #DD02AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 55.81%
G = 0.51%
B = 43.69%

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

#DD02AD (or 0xDD02AD) is known color: Hollywood Cerise. HEX triplet: DD, 02 and AD. RGB value is (221,2,173). Sum of RGB (Red+Green+Blue) = 221+2+173=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD02AD is #22FD52. Grayscale: #565656. Windows color (decimal): -2293075 or 11338461. OLE color: 11338461.

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

Color convert

RGB 221 2 173 -
CMYK 0 0.99 0.22 0.13
HSL 313.15º 0.98% 0.44% -
HSV(B) 313.15º 0.99% 0.87% -
XYZ 37.38 18.43 41.12 -
YUV 86.98 176.55 223.6 -
System Red Green Blue C M Y K H S L
Decimal 221 2 173 0 0.99 0.22 0.13 313.15 0.98 0.44
Hex DD 2 AD 0 63 16 D 139 62 2C
Octal 335 2 255 0 143 26 15 471 142 54
Binary 11011101 10 10101101 0 1100011 10110 1101 100111001 1100010 101100

Color Harmonies of #DD02AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02AD

Black with #DD02AD

Text Example


Text Example

White with #DD02AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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