Html Css Color HEX #DD0295 Hollywood Cerise

📋 copy color: '#DD0295'

red 221 ◦ green 2 ◦ blue 149

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

Shades of Hollywood Cerise #DD0295

Tints of Hollywood Cerise #DD0295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.05%

R = 59.41%
G = 0.54%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD0295 (or 0xDD0295) is known color: Hollywood Cerise. HEX triplet: DD, 02 and 95. RGB value is (221,2,149). Sum of RGB (Red+Green+Blue) = 221+2+149=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0295 is #22FD6A. Grayscale: #535353. Windows color (decimal): -2293099 or 9765597. OLE color: 9765597.

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

Color convert

RGB 221 2 149 -
CMYK 0 0.99 0.33 0.13
HSL 319.73º 0.98% 0.44% -
HSV(B) 319.73º 0.99% 0.87% -
XYZ 35.27 17.59 29.97 -
YUV 84.24 164.55 225.55 -
System Red Green Blue C M Y K H S L
Decimal 221 2 149 0 0.99 0.33 0.13 319.73 0.98 0.44
Hex DD 2 95 0 63 21 D 140 62 2C
Octal 335 2 225 0 143 41 15 500 142 54
Binary 11011101 10 10010101 0 1100011 100001 1101 101000000 1100010 101100

Color Harmonies of #DD0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0295

Black with #DD0295

Text Example


Text Example

White with #DD0295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0295; }

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

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

background-color css

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

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

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

border-color css

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

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

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