Html Css Color HEX #DD0498 Hollywood Cerise

📋 copy color: '#DD0498'

red 221 ◦ green 4 ◦ blue 152

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

Shades of Hollywood Cerise #DD0498

Tints of Hollywood Cerise #DD0498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.32%

R = 58.62%
G = 1.06%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD0498 (or 0xDD0498) is known color: Hollywood Cerise. HEX triplet: DD, 04 and 98. RGB value is (221,4,152). Sum of RGB (Red+Green+Blue) = 221+4+152=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0498 is #22FB67. Grayscale: #555555. Windows color (decimal): -2292584 or 9962717. OLE color: 9962717.

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

Color convert

RGB 221 4 152 -
CMYK 0 0.98 0.31 0.13
HSL 319.08º 0.96% 0.44% -
HSV(B) 319.08º 0.98% 0.87% -
XYZ 35.53 17.73 31.25 -
YUV 85.76 165.39 224.47 -
System Red Green Blue C M Y K H S L
Decimal 221 4 152 0 0.98 0.31 0.13 319.08 0.96 0.44
Hex DD 4 98 0 62 1F D 13F 60 2C
Octal 335 4 230 0 142 37 15 477 140 54
Binary 11011101 100 10011000 0 1100010 11111 1101 100111111 1100000 101100

Color Harmonies of #DD0498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0498

Black with #DD0498

Text Example


Text Example

White with #DD0498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0498; }

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

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

background-color css

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

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

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

border-color css

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

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

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