Html Css Color HEX #DD15A0 Hollywood Cerise

📋 copy color: '#DD15A0'

red 221 ◦ green 21 ◦ blue 160

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

Shades of Hollywood Cerise #DD15A0

Tints of Hollywood Cerise #DD15A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.8%

R = 54.98%
G = 5.22%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD15A0 (or 0xDD15A0) is known color: Hollywood Cerise. HEX triplet: DD, 15 and A0. RGB value is (221,21,160). Sum of RGB (Red+Green+Blue) = 221+21+160=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD15A0 is #22EA5F. Grayscale: #606060. Windows color (decimal): -2288224 or 10491357. OLE color: 10491357.

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

Color convert

RGB 221 21 160 -
CMYK 0 0.90 0.28 0.13
HSL 318.3º 0.83% 0.47% -
HSV(B) 318.3º 0.9% 0.87% -
XYZ 36.43 18.45 34.9 -
YUV 96.65 163.76 216.7 -
System Red Green Blue C M Y K H S L
Decimal 221 21 160 0 0.90 0.28 0.13 318.3 0.83 0.47
Hex DD 15 A0 0 5A 1C D 13E 53 2F
Octal 335 25 240 0 132 34 15 476 123 57
Binary 11011101 10101 10100000 0 1011010 11100 1101 100111110 1010011 101111

Color Harmonies of #DD15A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD15A0

Black with #DD15A0

Text Example


Text Example

White with #DD15A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD15A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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