Html Css Color HEX #DD059B Hollywood Cerise

📋 copy color: '#DD059B'

red 221 ◦ green 5 ◦ blue 155

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

Shades of Hollywood Cerise #DD059B

Tints of Hollywood Cerise #DD059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 58.01%
G = 1.31%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD059B (or 0xDD059B) is known color: Hollywood Cerise. HEX triplet: DD, 05 and 9B. RGB value is (221,5,155). Sum of RGB (Red+Green+Blue) = 221+5+155=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD059B is #22FA64. Grayscale: #565656. Windows color (decimal): -2292325 or 10159581. OLE color: 10159581.

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

Color convert

RGB 221 5 155 -
CMYK 0 0.98 0.30 0.13
HSL 318.33º 0.96% 0.44% -
HSV(B) 318.33º 0.98% 0.87% -
XYZ 35.79 17.85 32.57 -
YUV 86.68 166.56 223.8 -
System Red Green Blue C M Y K H S L
Decimal 221 5 155 0 0.98 0.30 0.13 318.33 0.96 0.44
Hex DD 5 9B 0 62 1E D 13E 60 2C
Octal 335 5 233 0 142 36 15 476 140 54
Binary 11011101 101 10011011 0 1100010 11110 1101 100111110 1100000 101100

Color Harmonies of #DD059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD059B

Black with #DD059B

Text Example


Text Example

White with #DD059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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