Html Css Color HEX #DD0195 Hollywood Cerise

📋 copy color: '#DD0195'

red 221 ◦ green 1 ◦ blue 149

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

Shades of Hollywood Cerise #DD0195

Tints of Hollywood Cerise #DD0195

RGB

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

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

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

R = 59.57%
G = 0.27%
B = 40.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD0195 (or 0xDD0195) is known color: Hollywood Cerise. HEX triplet: DD, 01 and 95. RGB value is (221,1,149). Sum of RGB (Red+Green+Blue) = 221+1+149=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0195 is #22FE6A. Grayscale: #535353. Windows color (decimal): -2293355 or 9765341. OLE color: 9765341.

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

Color convert

RGB 221 1 149 -
CMYK 0 1.00 0.33 0.13
HSL 319.64º 0.99% 0.44% -
HSV(B) 319.64º 1% 0.87% -
XYZ 35.25 17.56 29.97 -
YUV 83.65 164.89 225.97 -
System Red Green Blue C M Y K H S L
Decimal 221 1 149 0 1.00 0.33 0.13 319.64 0.99 0.44
Hex DD 1 95 0 64 21 D 140 63 2C
Octal 335 1 225 0 144 41 15 500 143 54
Binary 11011101 1 10010101 0 1100100 100001 1101 101000000 1100011 101100

Color Harmonies of #DD0195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0195

Black with #DD0195

Text Example


Text Example

White with #DD0195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0195; }

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

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

background-color css

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

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

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

border-color css

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

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

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