Html Css Color HEX #DD08A6 Hollywood Cerise

📋 copy color: '#DD08A6'

red 221 ◦ green 8 ◦ blue 166

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

Shades of Hollywood Cerise #DD08A6

Tints of Hollywood Cerise #DD08A6

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.03%

 BLUE value IS 166 (65.23% from 255) = 42.03%

R = 55.95%
G = 2.03%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD08A6 (or 0xDD08A6) is known color: Hollywood Cerise. HEX triplet: DD, 08 and A6. RGB value is (221,8,166). Sum of RGB (Red+Green+Blue) = 221+8+166=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD08A6 is #22F759. Grayscale: #595959. Windows color (decimal): -2291546 or 10881245. OLE color: 10881245.

HSL color Cylindrical-coordinate representation of color #DD08A6: hue angle of 315.49º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD08A6 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 8 166 -
CMYK 0 0.96 0.25 0.13
HSL 315.49º 0.93% 0.45% -
HSV(B) 315.49º 0.96% 0.87% -
XYZ 36.79 18.3 37.67 -
YUV 89.7 171.07 221.65 -
System Red Green Blue C M Y K H S L
Decimal 221 8 166 0 0.96 0.25 0.13 315.49 0.93 0.45
Hex DD 8 A6 0 60 19 D 13B 5D 2D
Octal 335 10 246 0 140 31 15 473 135 55
Binary 11011101 1000 10100110 0 1100000 11001 1101 100111011 1011101 101101

Color Harmonies of #DD08A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD08A6

Black with #DD08A6

Text Example


Text Example

White with #DD08A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD08A6; }

 p { color: rgb(221,8,166); }

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

background-color css

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

 a { background-color: rgb(221,8,166); }

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

border-color css

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

 span { border-color: rgb(221,8,166); }

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