Html Css Color HEX #DD0892 Hollywood Cerise

📋 copy color: '#DD0892'

red 221 ◦ green 8 ◦ blue 146

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

Shades of Hollywood Cerise #DD0892

Tints of Hollywood Cerise #DD0892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.13%

 BLUE value IS 146 (57.42% from 255) = 38.93%

R = 58.93%
G = 2.13%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD0892 (or 0xDD0892) is known color: Hollywood Cerise. HEX triplet: DD, 08 and 92. RGB value is (221,8,146). Sum of RGB (Red+Green+Blue) = 221+8+146=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0892 is #22F76D. Grayscale: #575757. Windows color (decimal): -2291566 or 9570525. OLE color: 9570525.

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

Color convert

RGB 221 8 146 -
CMYK 0 0.96 0.34 0.13
HSL 321.13º 0.93% 0.45% -
HSV(B) 321.13º 0.96% 0.87% -
XYZ 35.09 17.62 28.75 -
YUV 87.42 161.07 223.28 -
System Red Green Blue C M Y K H S L
Decimal 221 8 146 0 0.96 0.34 0.13 321.13 0.93 0.45
Hex DD 8 92 0 60 22 D 141 5D 2D
Octal 335 10 222 0 140 42 15 501 135 55
Binary 11011101 1000 10010010 0 1100000 100010 1101 101000001 1011101 101101

Color Harmonies of #DD0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0892

Black with #DD0892

Text Example


Text Example

White with #DD0892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0892; }

 p { color: rgb(221,8,146); }

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

background-color css

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

 a { background-color: rgb(221,8,146); }

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

border-color css

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

 span { border-color: rgb(221,8,146); }

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