Html Css Color HEX #DD06B2 Hollywood Cerise

📋 copy color: '#DD06B2'

red 221 ◦ green 6 ◦ blue 178

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

Shades of Hollywood Cerise #DD06B2

Tints of Hollywood Cerise #DD06B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.95%

R = 54.57%
G = 1.48%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD06B2 (or 0xDD06B2) is known color: Hollywood Cerise. HEX triplet: DD, 06 and B2. RGB value is (221,6,178). Sum of RGB (Red+Green+Blue) = 221+6+178=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD06B2 is #22F94D. Grayscale: #595959. Windows color (decimal): -2292046 or 11667165. OLE color: 11667165.

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

Color convert

RGB 221 6 178 -
CMYK 0 0.97 0.19 0.13
HSL 312º 0.95% 0.45% -
HSV(B) 312º 0.97% 0.87% -
XYZ 37.92 18.72 43.73 -
YUV 89.89 177.73 221.51 -
System Red Green Blue C M Y K H S L
Decimal 221 6 178 0 0.97 0.19 0.13 312 0.95 0.45
Hex DD 6 B2 0 61 13 D 138 5F 2D
Octal 335 6 262 0 141 23 15 470 137 55
Binary 11011101 110 10110010 0 1100001 10011 1101 100111000 1011111 101101

Color Harmonies of #DD06B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06B2

Black with #DD06B2

Text Example


Text Example

White with #DD06B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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