Html Css Color HEX #DC149F Hollywood Cerise

📋 copy color: '#DC149F'

red 220 ◦ green 20 ◦ blue 159

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

Shades of Hollywood Cerise #DC149F

Tints of Hollywood Cerise #DC149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.01%

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

R = 55.14%
G = 5.01%
B = 39.85%

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

#DC149F (or 0xDC149F) is known color: Hollywood Cerise. HEX triplet: DC, 14 and 9F. RGB value is (220,20,159). Sum of RGB (Red+Green+Blue) = 220+20+159=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC149F is #23EB60. Grayscale: #5F5F5F. Windows color (decimal): -2354017 or 10425564. OLE color: 10425564.

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

Color convert

RGB 220 20 159 -
CMYK 0 0.91 0.28 0.14
HSL 318.3º 0.83% 0.47% -
HSV(B) 318.3º 0.91% 0.86% -
XYZ 36.02 18.22 34.42 -
YUV 95.65 163.76 216.7 -
System Red Green Blue C M Y K H S L
Decimal 220 20 159 0 0.91 0.28 0.14 318.3 0.83 0.47
Hex DC 14 9F 0 5B 1C E 13E 53 2F
Octal 334 24 237 0 133 34 16 476 123 57
Binary 11011100 10100 10011111 0 1011011 11100 1110 100111110 1010011 101111

Color Harmonies of #DC149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC149F

Black with #DC149F

Text Example


Text Example

White with #DC149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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