Html Css Color HEX #DD0290 Hollywood Cerise

📋 copy color: '#DD0290'

red 221 ◦ green 2 ◦ blue 144

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

Shades of Hollywood Cerise #DD0290

Tints of Hollywood Cerise #DD0290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.24%

R = 60.22%
G = 0.54%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD0290 (or 0xDD0290) is known color: Hollywood Cerise. HEX triplet: DD, 02 and 90. RGB value is (221,2,144). Sum of RGB (Red+Green+Blue) = 221+2+144=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0290 is #22FD6F. Grayscale: #535353. Windows color (decimal): -2293104 or 9437917. OLE color: 9437917.

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

Color convert

RGB 221 2 144 -
CMYK 0 0.99 0.35 0.13
HSL 321.1º 0.98% 0.44% -
HSV(B) 321.1º 0.99% 0.87% -
XYZ 34.87 17.43 27.91 -
YUV 83.67 162.05 225.95 -
System Red Green Blue C M Y K H S L
Decimal 221 2 144 0 0.99 0.35 0.13 321.1 0.98 0.44
Hex DD 2 90 0 63 23 D 141 62 2C
Octal 335 2 220 0 143 43 15 501 142 54
Binary 11011101 10 10010000 0 1100011 100011 1101 101000001 1100010 101100

Color Harmonies of #DD0290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0290

Black with #DD0290

Text Example


Text Example

White with #DD0290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0290; }

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

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

background-color css

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

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

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

border-color css

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

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

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