Html Css Color HEX #DD0298 Hollywood Cerise

📋 copy color: '#DD0298'

red 221 ◦ green 2 ◦ blue 152

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

Shades of Hollywood Cerise #DD0298

Tints of Hollywood Cerise #DD0298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 58.93%
G = 0.53%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD0298 (or 0xDD0298) is known color: Hollywood Cerise. HEX triplet: DD, 02 and 98. RGB value is (221,2,152). Sum of RGB (Red+Green+Blue) = 221+2+152=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0298 is #22FD67. Grayscale: #545454. Windows color (decimal): -2293096 or 9962205. OLE color: 9962205.

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

Color convert

RGB 221 2 152 -
CMYK 0 0.99 0.31 0.13
HSL 318.9º 0.98% 0.44% -
HSV(B) 318.9º 0.99% 0.87% -
XYZ 35.51 17.68 31.25 -
YUV 84.58 166.05 225.3 -
System Red Green Blue C M Y K H S L
Decimal 221 2 152 0 0.99 0.31 0.13 318.9 0.98 0.44
Hex DD 2 98 0 63 1F D 13F 62 2C
Octal 335 2 230 0 143 37 15 477 142 54
Binary 11011101 10 10011000 0 1100011 11111 1101 100111111 1100010 101100

Color Harmonies of #DD0298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0298

Black with #DD0298

Text Example


Text Example

White with #DD0298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0298; }

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

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

background-color css

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

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

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

border-color css

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

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

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