Html Css Color HEX #DC159D Hollywood Cerise

📋 copy color: '#DC159D'

red 220 ◦ green 21 ◦ blue 157

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

Shades of Hollywood Cerise #DC159D

Tints of Hollywood Cerise #DC159D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.45%

R = 55.28%
G = 5.28%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC159D (or 0xDC159D) is known color: Hollywood Cerise. HEX triplet: DC, 15 and 9D. RGB value is (220,21,157). Sum of RGB (Red+Green+Blue) = 220+21+157=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC159D is #23EA62. Grayscale: #5F5F5F. Windows color (decimal): -2353763 or 10294748. OLE color: 10294748.

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

Color convert

RGB 220 21 157 -
CMYK 0 0.90 0.29 0.14
HSL 319º 0.83% 0.47% -
HSV(B) 319º 0.9% 0.86% -
XYZ 35.87 18.19 33.52 -
YUV 96.01 162.43 216.44 -
System Red Green Blue C M Y K H S L
Decimal 220 21 157 0 0.90 0.29 0.14 319 0.83 0.47
Hex DC 15 9D 0 5A 1D E 13F 53 2F
Octal 334 25 235 0 132 35 16 477 123 57
Binary 11011100 10101 10011101 0 1011010 11101 1110 100111111 1010011 101111

Color Harmonies of #DC159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC159D

Black with #DC159D

Text Example


Text Example

White with #DC159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC159D; }

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

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

background-color css

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

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

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

border-color css

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

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

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