Html Css Color HEX #DD139B Hollywood Cerise

📋 copy color: '#DD139B'

red 221 ◦ green 19 ◦ blue 155

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

Shades of Hollywood Cerise #DD139B

Tints of Hollywood Cerise #DD139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 55.95%
G = 4.81%
B = 39.24%

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

#DD139B (or 0xDD139B) is known color: Hollywood Cerise. HEX triplet: DD, 13 and 9B. RGB value is (221,19,155). Sum of RGB (Red+Green+Blue) = 221+19+155=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD139B is #22EC64. Grayscale: #5E5E5E. Windows color (decimal): -2288741 or 10163165. OLE color: 10163165.

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

Color convert

RGB 221 19 155 -
CMYK 0 0.91 0.30 0.13
HSL 319.6º 0.84% 0.47% -
HSV(B) 319.6º 0.91% 0.87% -
XYZ 35.97 18.2 32.63 -
YUV 94.9 161.92 217.94 -
System Red Green Blue C M Y K H S L
Decimal 221 19 155 0 0.91 0.30 0.13 319.6 0.84 0.47
Hex DD 13 9B 0 5B 1E D 140 54 2F
Octal 335 23 233 0 133 36 15 500 124 57
Binary 11011101 10011 10011011 0 1011011 11110 1101 101000000 1010100 101111

Color Harmonies of #DD139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD139B

Black with #DD139B

Text Example


Text Example

White with #DD139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD139B; }

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

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

background-color css

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

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

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

border-color css

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

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

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