Html Css Color HEX #DD139E Hollywood Cerise

📋 copy color: '#DD139E'

red 221 ◦ green 19 ◦ blue 158

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

Shades of Hollywood Cerise #DD139E

Tints of Hollywood Cerise #DD139E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.7%

R = 55.53%
G = 4.77%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD139E (or 0xDD139E) is known color: Hollywood Cerise. HEX triplet: DD, 13 and 9E. RGB value is (221,19,158). Sum of RGB (Red+Green+Blue) = 221+19+158=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD139E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD139E is #22EC61. Grayscale: #5E5E5E. Windows color (decimal): -2288738 or 10359773. OLE color: 10359773.

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

Color convert

RGB 221 19 158 -
CMYK 0 0.91 0.29 0.13
HSL 318.71º 0.84% 0.47% -
HSV(B) 318.71º 0.91% 0.87% -
XYZ 36.22 18.31 33.97 -
YUV 95.24 163.42 217.7 -
System Red Green Blue C M Y K H S L
Decimal 221 19 158 0 0.91 0.29 0.13 318.71 0.84 0.47
Hex DD 13 9E 0 5B 1D D 13F 54 2F
Octal 335 23 236 0 133 35 15 477 124 57
Binary 11011101 10011 10011110 0 1011011 11101 1101 100111111 1010100 101111

Color Harmonies of #DD139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD139E

Black with #DD139E

Text Example


Text Example

White with #DD139E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD139E; }

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

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

background-color css

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

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

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

border-color css

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

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

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