Html Css Color HEX #DC4196 Deep Cerise

📋 copy color: '#DC4196'

red 220 ◦ green 65 ◦ blue 150

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

Shades of Deep Cerise #DC4196

Tints of Deep Cerise #DC4196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.94%

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

R = 50.57%
G = 14.94%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC4196 (or 0xDC4196) is known color: Deep Cerise. HEX triplet: DC, 41 and 96. RGB value is (220,65,150). Sum of RGB (Red+Green+Blue) = 220+65+150=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4196 is #23BE69. Grayscale: #787878. Windows color (decimal): -2342506 or 9847260. OLE color: 9847260.

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

Color convert

RGB 220 65 150 -
CMYK 0 0.70 0.32 0.14
HSL 327.1º 0.69% 0.56% -
HSV(B) 327.1º 0.7% 0.86% -
XYZ 36.91 21.2 31 -
YUV 121.04 144.35 198.59 -
System Red Green Blue C M Y K H S L
Decimal 220 65 150 0 0.70 0.32 0.14 327.1 0.69 0.56
Hex DC 41 96 0 46 20 E 147 45 38
Octal 334 101 226 0 106 40 16 507 105 70
Binary 11011100 1000001 10010110 0 1000110 100000 1110 101000111 1000101 111000

Color Harmonies of #DC4196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4196

Black with #DC4196

Text Example


Text Example

White with #DC4196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4196; }

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

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

background-color css

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

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

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

border-color css

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

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

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