Html Css Color HEX #DC3CA0 Deep Cerise

📋 copy color: '#DC3CA0'

red 220 ◦ green 60 ◦ blue 160

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

Shades of Deep Cerise #DC3CA0

Tints of Deep Cerise #DC3CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.36%

R = 50%
G = 13.64%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC3CA0 (or 0xDC3CA0) is known color: Deep Cerise. HEX triplet: DC, 3C and A0. RGB value is (220,60,160). Sum of RGB (Red+Green+Blue) = 220+60+160=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3CA0 is #23C35F. Grayscale: #777777. Windows color (decimal): -2343776 or 10501340. OLE color: 10501340.

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

Color convert

RGB 220 60 160 -
CMYK 0 0.73 0.27 0.14
HSL 322.5º 0.7% 0.55% -
HSV(B) 322.5º 0.73% 0.86% -
XYZ 37.48 20.99 35.33 -
YUV 119.24 151.01 199.87 -
System Red Green Blue C M Y K H S L
Decimal 220 60 160 0 0.73 0.27 0.14 322.5 0.7 0.55
Hex DC 3C A0 0 49 1B E 142 46 37
Octal 334 74 240 0 111 33 16 502 106 67
Binary 11011100 111100 10100000 0 1001001 11011 1110 101000010 1000110 110111

Color Harmonies of #DC3CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3CA0

Black with #DC3CA0

Text Example


Text Example

White with #DC3CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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