Html Css Color HEX #DD05B2 Hollywood Cerise

📋 copy color: '#DD05B2'

red 221 ◦ green 5 ◦ blue 178

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

Shades of Hollywood Cerise #DD05B2

Tints of Hollywood Cerise #DD05B2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.24%

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

R = 54.7%
G = 1.24%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD05B2 (or 0xDD05B2) is known color: Hollywood Cerise. HEX triplet: DD, 05 and B2. RGB value is (221,5,178). Sum of RGB (Red+Green+Blue) = 221+5+178=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD05B2 is #22FA4D. Grayscale: #585858. Windows color (decimal): -2292302 or 11666909. OLE color: 11666909.

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

Color convert

RGB 221 5 178 -
CMYK 0 0.98 0.19 0.13
HSL 311.94º 0.96% 0.44% -
HSV(B) 311.94º 0.98% 0.87% -
XYZ 37.91 18.7 43.73 -
YUV 89.31 178.06 221.93 -
System Red Green Blue C M Y K H S L
Decimal 221 5 178 0 0.98 0.19 0.13 311.94 0.96 0.44
Hex DD 5 B2 0 62 13 D 138 60 2C
Octal 335 5 262 0 142 23 15 470 140 54
Binary 11011101 101 10110010 0 1100010 10011 1101 100111000 1100000 101100

Color Harmonies of #DD05B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05B2

Black with #DD05B2

Text Example


Text Example

White with #DD05B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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