Html Css Color HEX #DC139F Hollywood Cerise

📋 copy color: '#DC139F'

red 220 ◦ green 19 ◦ blue 159

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

Shades of Hollywood Cerise #DC139F

Tints of Hollywood Cerise #DC139F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.95%

R = 55.28%
G = 4.77%
B = 39.95%

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

#DC139F (or 0xDC139F) is known color: Hollywood Cerise. HEX triplet: DC, 13 and 9F. RGB value is (220,19,159). Sum of RGB (Red+Green+Blue) = 220+19+159=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC139F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC139F is #23EC60. Grayscale: #5E5E5E. Windows color (decimal): -2354273 or 10425308. OLE color: 10425308.

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

Color convert

RGB 220 19 159 -
CMYK 0 0.91 0.28 0.14
HSL 318.21º 0.84% 0.47% -
HSV(B) 318.21º 0.91% 0.86% -
XYZ 36.01 18.18 34.41 -
YUV 95.06 164.09 217.12 -
System Red Green Blue C M Y K H S L
Decimal 220 19 159 0 0.91 0.28 0.14 318.21 0.84 0.47
Hex DC 13 9F 0 5B 1C E 13E 54 2F
Octal 334 23 237 0 133 34 16 476 124 57
Binary 11011100 10011 10011111 0 1011011 11100 1110 100111110 1010100 101111

Color Harmonies of #DC139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC139F

Black with #DC139F

Text Example


Text Example

White with #DC139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC139F; }

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

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

background-color css

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

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

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

border-color css

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

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

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