Html Css Color HEX #DD0190 Hollywood Cerise

📋 copy color: '#DD0190'

red 221 ◦ green 1 ◦ blue 144

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

Shades of Hollywood Cerise #DD0190

Tints of Hollywood Cerise #DD0190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 60.38%
G = 0.27%
B = 39.34%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD0190 (or 0xDD0190) is known color: Hollywood Cerise. HEX triplet: DD, 01 and 90. RGB value is (221,1,144). Sum of RGB (Red+Green+Blue) = 221+1+144=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0190 is #22FE6F. Grayscale: #525252. Windows color (decimal): -2293360 or 9437661. OLE color: 9437661.

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

Color convert

RGB 221 1 144 -
CMYK 0 1.00 0.35 0.13
HSL 321º 0.99% 0.44% -
HSV(B) 321º 1% 0.87% -
XYZ 34.86 17.41 27.91 -
YUV 83.08 162.39 226.37 -
System Red Green Blue C M Y K H S L
Decimal 221 1 144 0 1.00 0.35 0.13 321 0.99 0.44
Hex DD 1 90 0 64 23 D 141 63 2C
Octal 335 1 220 0 144 43 15 501 143 54
Binary 11011101 1 10010000 0 1100100 100011 1101 101000001 1100011 101100

Color Harmonies of #DD0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0190

Black with #DD0190

Text Example


Text Example

White with #DD0190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0190; }

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

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

background-color css

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

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

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

border-color css

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

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

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