Html Css Color HEX #DC139E Hollywood Cerise

📋 copy color: '#DC139E'

red 220 ◦ green 19 ◦ blue 158

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

Shades of Hollywood Cerise #DC139E

Tints of Hollywood Cerise #DC139E

RGB

 RED value IS 220 (86.33% from 255) = 55.42%

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

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

R = 55.42%
G = 4.79%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC139E (or 0xDC139E) is known color: Hollywood Cerise. HEX triplet: DC, 13 and 9E. RGB value is (220,19,158). Sum of RGB (Red+Green+Blue) = 220+19+158=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC139E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC139E is #23EC61. Grayscale: #5E5E5E. Windows color (decimal): -2354274 or 10359772. OLE color: 10359772.

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

Color convert

RGB 220 19 158 -
CMYK 0 0.91 0.28 0.14
HSL 318.51º 0.84% 0.47% -
HSV(B) 318.51º 0.91% 0.86% -
XYZ 35.92 18.15 33.96 -
YUV 94.95 163.59 217.2 -
System Red Green Blue C M Y K H S L
Decimal 220 19 158 0 0.91 0.28 0.14 318.51 0.84 0.47
Hex DC 13 9E 0 5B 1C E 13F 54 2F
Octal 334 23 236 0 133 34 16 477 124 57
Binary 11011100 10011 10011110 0 1011011 11100 1110 100111111 1010100 101111

Color Harmonies of #DC139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC139E

Black with #DC139E

Text Example


Text Example

White with #DC139E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC139E; }

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

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

background-color css

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

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

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

border-color css

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

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

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