Html Css Color HEX #DC159F Hollywood Cerise

📋 copy color: '#DC159F'

red 220 ◦ green 21 ◦ blue 159

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

Shades of Hollywood Cerise #DC159F

Tints of Hollywood Cerise #DC159F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.25%

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

R = 55%
G = 5.25%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC159F (or 0xDC159F) is known color: Hollywood Cerise. HEX triplet: DC, 15 and 9F. RGB value is (220,21,159). Sum of RGB (Red+Green+Blue) = 220+21+159=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC159F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC159F is #23EA60. Grayscale: #5F5F5F. Windows color (decimal): -2353761 or 10425820. OLE color: 10425820.

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

Color convert

RGB 220 21 159 -
CMYK 0 0.90 0.28 0.14
HSL 318.39º 0.83% 0.47% -
HSV(B) 318.39º 0.9% 0.86% -
XYZ 36.04 18.26 34.42 -
YUV 96.23 163.43 216.28 -
System Red Green Blue C M Y K H S L
Decimal 220 21 159 0 0.90 0.28 0.14 318.39 0.83 0.47
Hex DC 15 9F 0 5A 1C E 13E 53 2F
Octal 334 25 237 0 132 34 16 476 123 57
Binary 11011100 10101 10011111 0 1011010 11100 1110 100111110 1010011 101111

Color Harmonies of #DC159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC159F

Black with #DC159F

Text Example


Text Example

White with #DC159F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC159F; }

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

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

background-color css

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

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

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

border-color css

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

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

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