Html Css Color HEX #DC3C96 Deep Cerise

📋 copy color: '#DC3C96'

red 220 ◦ green 60 ◦ blue 150

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

Shades of Deep Cerise #DC3C96

Tints of Deep Cerise #DC3C96

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.95%

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

R = 51.16%
G = 13.95%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC3C96 (or 0xDC3C96) is known color: Deep Cerise. HEX triplet: DC, 3C and 96. RGB value is (220,60,150). Sum of RGB (Red+Green+Blue) = 220+60+150=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3C96 is #23C369. Grayscale: #757575. Windows color (decimal): -2343786 or 9845980. OLE color: 9845980.

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

Color convert

RGB 220 60 150 -
CMYK 0 0.73 0.32 0.14
HSL 326.25º 0.7% 0.55% -
HSV(B) 326.25º 0.73% 0.86% -
XYZ 36.64 20.65 30.91 -
YUV 118.1 146.01 200.68 -
System Red Green Blue C M Y K H S L
Decimal 220 60 150 0 0.73 0.32 0.14 326.25 0.7 0.55
Hex DC 3C 96 0 49 20 E 146 46 37
Octal 334 74 226 0 111 40 16 506 106 67
Binary 11011100 111100 10010110 0 1001001 100000 1110 101000110 1000110 110111

Color Harmonies of #DC3C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C96

Black with #DC3C96

Text Example


Text Example

White with #DC3C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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