Html Css Color HEX #DC4496 Deep Cerise

📋 copy color: '#DC4496'

red 220 ◦ green 68 ◦ blue 150

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

Shades of Deep Cerise #DC4496

Tints of Deep Cerise #DC4496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.53%

 BLUE value IS 150 (58.98% from 255) = 34.25%

R = 50.23%
G = 15.53%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC4496 (or 0xDC4496) is known color: Deep Cerise. HEX triplet: DC, 44 and 96. RGB value is (220,68,150). Sum of RGB (Red+Green+Blue) = 220+68+150=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4496 is #23BB69. Grayscale: #7A7A7A. Windows color (decimal): -2341738 or 9848028. OLE color: 9848028.

HSL color Cylindrical-coordinate representation of color #DC4496: hue angle of 327.63º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4496 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 150 -
CMYK 0 0.69 0.32 0.14
HSL 327.63º 0.68% 0.56% -
HSV(B) 327.63º 0.69% 0.86% -
XYZ 37.09 21.55 31.06 -
YUV 122.8 143.36 197.33 -
System Red Green Blue C M Y K H S L
Decimal 220 68 150 0 0.69 0.32 0.14 327.63 0.68 0.56
Hex DC 44 96 0 45 20 E 148 44 38
Octal 334 104 226 0 105 40 16 510 104 70
Binary 11011100 1000100 10010110 0 1000101 100000 1110 101001000 1000100 111000

Color Harmonies of #DC4496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4496

Black with #DC4496

Text Example


Text Example

White with #DC4496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4496; }

 p { color: rgb(220,68,150); }

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

background-color css

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

 a { background-color: rgb(220,68,150); }

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

border-color css

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

 span { border-color: rgb(220,68,150); }

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