Html Css Color HEX #DD0299 Hollywood Cerise

📋 copy color: '#DD0299'

red 221 ◦ green 2 ◦ blue 153

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

Shades of Hollywood Cerise #DD0299

Tints of Hollywood Cerise #DD0299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.69%

R = 58.78%
G = 0.53%
B = 40.69%

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

#DD0299 (or 0xDD0299) is known color: Hollywood Cerise. HEX triplet: DD, 02 and 99. RGB value is (221,2,153). Sum of RGB (Red+Green+Blue) = 221+2+153=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0299 is #22FD66. Grayscale: #545454. Windows color (decimal): -2293095 or 10027741. OLE color: 10027741.

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

Color convert

RGB 221 2 153 -
CMYK 0 0.99 0.31 0.13
HSL 318.63º 0.98% 0.44% -
HSV(B) 318.63º 0.99% 0.87% -
XYZ 35.59 17.72 31.68 -
YUV 84.7 166.55 225.22 -
System Red Green Blue C M Y K H S L
Decimal 221 2 153 0 0.99 0.31 0.13 318.63 0.98 0.44
Hex DD 2 99 0 63 1F D 13F 62 2C
Octal 335 2 231 0 143 37 15 477 142 54
Binary 11011101 10 10011001 0 1100011 11111 1101 100111111 1100010 101100

Color Harmonies of #DD0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0299

Black with #DD0299

Text Example


Text Example

White with #DD0299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0299; }

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

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

background-color css

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

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

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

border-color css

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

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

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