Html Css Color HEX #DD06AA Hollywood Cerise

📋 copy color: '#DD06AA'

red 221 ◦ green 6 ◦ blue 170

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

Shades of Hollywood Cerise #DD06AA

Tints of Hollywood Cerise #DD06AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 55.67%
G = 1.51%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD06AA (or 0xDD06AA) is known color: Hollywood Cerise. HEX triplet: DD, 06 and AA. RGB value is (221,6,170). Sum of RGB (Red+Green+Blue) = 221+6+170=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD06AA is #22F955. Grayscale: #585858. Windows color (decimal): -2292054 or 11142877. OLE color: 11142877.

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

Color convert

RGB 221 6 170 -
CMYK 0 0.97 0.23 0.13
HSL 314.23º 0.95% 0.45% -
HSV(B) 314.23º 0.97% 0.87% -
XYZ 37.14 18.4 39.63 -
YUV 88.98 173.73 222.16 -
System Red Green Blue C M Y K H S L
Decimal 221 6 170 0 0.97 0.23 0.13 314.23 0.95 0.45
Hex DD 6 AA 0 61 17 D 13A 5F 2D
Octal 335 6 252 0 141 27 15 472 137 55
Binary 11011101 110 10101010 0 1100001 10111 1101 100111010 1011111 101101

Color Harmonies of #DD06AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06AA

Black with #DD06AA

Text Example


Text Example

White with #DD06AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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