Html Css Color HEX #DC3C9E Deep Cerise

📋 copy color: '#DC3C9E'

red 220 ◦ green 60 ◦ blue 158

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

Shades of Deep Cerise #DC3C9E

Tints of Deep Cerise #DC3C9E

RGB

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

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

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

R = 50.23%
G = 13.7%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC3C9E (or 0xDC3C9E) is known color: Deep Cerise. HEX triplet: DC, 3C and 9E. RGB value is (220,60,158). Sum of RGB (Red+Green+Blue) = 220+60+158=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3C9E is #23C361. Grayscale: #767676. Windows color (decimal): -2343778 or 10370268. OLE color: 10370268.

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

Color convert

RGB 220 60 158 -
CMYK 0 0.73 0.28 0.14
HSL 323.25º 0.7% 0.55% -
HSV(B) 323.25º 0.73% 0.86% -
XYZ 37.3 20.92 34.42 -
YUV 119.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 220 60 158 0 0.73 0.28 0.14 323.25 0.7 0.55
Hex DC 3C 9E 0 49 1C E 143 46 37
Octal 334 74 236 0 111 34 16 503 106 67
Binary 11011100 111100 10011110 0 1001001 11100 1110 101000011 1000110 110111

Color Harmonies of #DC3C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C9E

Black with #DC3C9E

Text Example


Text Example

White with #DC3C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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