Html Css Color HEX #DD139A Hollywood Cerise

📋 copy color: '#DD139A'

red 221 ◦ green 19 ◦ blue 154

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

Shades of Hollywood Cerise #DD139A

Tints of Hollywood Cerise #DD139A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.82%

 BLUE value IS 154 (60.55% from 255) = 39.09%

R = 56.09%
G = 4.82%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD139A (or 0xDD139A) is known color: Hollywood Cerise. HEX triplet: DD, 13 and 9A. RGB value is (221,19,154). Sum of RGB (Red+Green+Blue) = 221+19+154=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD139A is #22EC65. Grayscale: #5E5E5E. Windows color (decimal): -2288742 or 10097629. OLE color: 10097629.

HSL color Cylindrical-coordinate representation of color #DD139A: hue angle of 319.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD139A is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 19 154 -
CMYK 0 0.91 0.30 0.13
HSL 319.9º 0.84% 0.47% -
HSV(B) 319.9º 0.91% 0.87% -
XYZ 35.88 18.17 32.19 -
YUV 94.79 161.42 218.02 -
System Red Green Blue C M Y K H S L
Decimal 221 19 154 0 0.91 0.30 0.13 319.9 0.84 0.47
Hex DD 13 9A 0 5B 1E D 140 54 2F
Octal 335 23 232 0 133 36 15 500 124 57
Binary 11011101 10011 10011010 0 1011011 11110 1101 101000000 1010100 101111

Color Harmonies of #DD139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD139A

Black with #DD139A

Text Example


Text Example

White with #DD139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD139A; }

 p { color: rgb(221,19,154); }

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

background-color css

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

 a { background-color: rgb(221,19,154); }

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

border-color css

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

 span { border-color: rgb(221,19,154); }

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