Html Css Color HEX #DD0494 Hollywood Cerise

📋 copy color: '#DD0494'

red 221 ◦ green 4 ◦ blue 148

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

Shades of Hollywood Cerise #DD0494

Tints of Hollywood Cerise #DD0494

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

 BLUE value IS 148 (58.2% from 255) = 39.68%

R = 59.25%
G = 1.07%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD0494 (or 0xDD0494) is known color: Hollywood Cerise. HEX triplet: DD, 04 and 94. RGB value is (221,4,148). Sum of RGB (Red+Green+Blue) = 221+4+148=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0494 is #22FB6B. Grayscale: #545454. Windows color (decimal): -2292588 or 9700573. OLE color: 9700573.

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

Color convert

RGB 221 4 148 -
CMYK 0 0.98 0.33 0.13
HSL 320.18º 0.96% 0.44% -
HSV(B) 320.18º 0.98% 0.87% -
XYZ 35.21 17.6 29.56 -
YUV 85.3 163.39 224.79 -
System Red Green Blue C M Y K H S L
Decimal 221 4 148 0 0.98 0.33 0.13 320.18 0.96 0.44
Hex DD 4 94 0 62 21 D 140 60 2C
Octal 335 4 224 0 142 41 15 500 140 54
Binary 11011101 100 10010100 0 1100010 100001 1101 101000000 1100000 101100

Color Harmonies of #DD0494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0494

Black with #DD0494

Text Example


Text Example

White with #DD0494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0494; }

 p { color: rgb(221,4,148); }

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

background-color css

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

 a { background-color: rgb(221,4,148); }

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

border-color css

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

 span { border-color: rgb(221,4,148); }

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