Html Css Color HEX #DD06A6 Hollywood Cerise

📋 copy color: '#DD06A6'

red 221 ◦ green 6 ◦ blue 166

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

Shades of Hollywood Cerise #DD06A6

Tints of Hollywood Cerise #DD06A6

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.53%

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

R = 56.23%
G = 1.53%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD06A6 (or 0xDD06A6) is known color: Hollywood Cerise. HEX triplet: DD, 06 and A6. RGB value is (221,6,166). Sum of RGB (Red+Green+Blue) = 221+6+166=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD06A6 is #22F959. Grayscale: #585858. Windows color (decimal): -2292058 or 10880733. OLE color: 10880733.

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

Color convert

RGB 221 6 166 -
CMYK 0 0.97 0.25 0.13
HSL 315.35º 0.95% 0.45% -
HSV(B) 315.35º 0.97% 0.87% -
XYZ 36.77 18.26 37.66 -
YUV 88.53 171.73 222.49 -
System Red Green Blue C M Y K H S L
Decimal 221 6 166 0 0.97 0.25 0.13 315.35 0.95 0.45
Hex DD 6 A6 0 61 19 D 13B 5F 2D
Octal 335 6 246 0 141 31 15 473 137 55
Binary 11011101 110 10100110 0 1100001 11001 1101 100111011 1011111 101101

Color Harmonies of #DD06A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06A6

Black with #DD06A6

Text Example


Text Example

White with #DD06A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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