Html Css Color HEX #DD0091 Hollywood Cerise

📋 copy color: '#DD0091'

red 221 ◦ green 0 ◦ blue 145

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

Shades of Hollywood Cerise #DD0091

Tints of Hollywood Cerise #DD0091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 39.62%

R = 60.38%
G = 0%
B = 39.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD0091 (or 0xDD0091) is known color: Hollywood Cerise. HEX triplet: DD, 00 and 91. RGB value is (221,0,145). Sum of RGB (Red+Green+Blue) = 221+0+145=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0091 is #22FF6E. Grayscale: #525252. Windows color (decimal): -2293615 or 9502941. OLE color: 9502941.

HSL color Cylindrical-coordinate representation of color #DD0091: hue angle of 320.63º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0091 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 145 -
CMYK 0 1 0.34 0.13
HSL 320.63º 1% 0.43% -
HSV(B) 320.63º 1% 0.87% -
XYZ 34.93 17.42 28.31 -
YUV 82.61 163.22 226.71 -
System Red Green Blue C M Y K H S L
Decimal 221 0 145 0 1 0.34 0.13 320.63 1 0.43
Hex DD 0 91 0 64 22 D 141 64 2B
Octal 335 0 221 0 144 42 15 501 144 53
Binary 11011101 0 10010001 0 1100100 100010 1101 101000001 1100100 101011

Color Harmonies of #DD0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0091

Black with #DD0091

Text Example


Text Example

White with #DD0091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0091; }

 p { color: rgb(221,0,145); }

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

background-color css

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

 a { background-color: rgb(221,0,145); }

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

border-color css

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

 span { border-color: rgb(221,0,145); }

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