Html Css Color HEX #DD159D Hollywood Cerise

📋 copy color: '#DD159D'

red 221 ◦ green 21 ◦ blue 157

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

Shades of Hollywood Cerise #DD159D

Tints of Hollywood Cerise #DD159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.26%

 BLUE value IS 157 (61.72% from 255) = 39.35%

R = 55.39%
G = 5.26%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD159D (or 0xDD159D) is known color: Hollywood Cerise. HEX triplet: DD, 15 and 9D. RGB value is (221,21,157). Sum of RGB (Red+Green+Blue) = 221+21+157=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD159D is #22EA62. Grayscale: #5F5F5F. Windows color (decimal): -2288227 or 10294749. OLE color: 10294749.

HSL color Cylindrical-coordinate representation of color #DD159D: hue angle of 319.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD159D is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 21 157 -
CMYK 0 0.90 0.29 0.13
HSL 319.2º 0.83% 0.47% -
HSV(B) 319.2º 0.9% 0.87% -
XYZ 36.17 18.34 33.53 -
YUV 96.3 162.26 216.94 -
System Red Green Blue C M Y K H S L
Decimal 221 21 157 0 0.90 0.29 0.13 319.2 0.83 0.47
Hex DD 15 9D 0 5A 1D D 13F 53 2F
Octal 335 25 235 0 132 35 15 477 123 57
Binary 11011101 10101 10011101 0 1011010 11101 1101 100111111 1010011 101111

Color Harmonies of #DD159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD159D

Black with #DD159D

Text Example


Text Example

White with #DD159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD159D; }

 p { color: rgb(221,21,157); }

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

background-color css

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

 a { background-color: rgb(221,21,157); }

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

border-color css

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

 span { border-color: rgb(221,21,157); }

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