Html Css Color HEX #DC149E Hollywood Cerise

📋 copy color: '#DC149E'

red 220 ◦ green 20 ◦ blue 158

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

Shades of Hollywood Cerise #DC149E

Tints of Hollywood Cerise #DC149E

RGB

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

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

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

R = 55.28%
G = 5.03%
B = 39.7%

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

#DC149E (or 0xDC149E) is known color: Hollywood Cerise. HEX triplet: DC, 14 and 9E. RGB value is (220,20,158). Sum of RGB (Red+Green+Blue) = 220+20+158=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC149E is #23EB61. Grayscale: #5F5F5F. Windows color (decimal): -2354018 or 10360028. OLE color: 10360028.

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

Color convert

RGB 220 20 158 -
CMYK 0 0.91 0.28 0.14
HSL 318.6º 0.83% 0.47% -
HSV(B) 318.6º 0.91% 0.86% -
XYZ 35.94 18.18 33.96 -
YUV 95.53 163.26 216.78 -
System Red Green Blue C M Y K H S L
Decimal 220 20 158 0 0.91 0.28 0.14 318.6 0.83 0.47
Hex DC 14 9E 0 5B 1C E 13F 53 2F
Octal 334 24 236 0 133 34 16 477 123 57
Binary 11011100 10100 10011110 0 1011011 11100 1110 100111111 1010011 101111

Color Harmonies of #DC149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC149E

Black with #DC149E

Text Example


Text Example

White with #DC149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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