Html Css Color HEX #DC3CA5 Deep Cerise

📋 copy color: '#DC3CA5'

red 220 ◦ green 60 ◦ blue 165

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

Shades of Deep Cerise #DC3CA5

Tints of Deep Cerise #DC3CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.08%

R = 49.44%
G = 13.48%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC3CA5 (or 0xDC3CA5) is known color: Deep Cerise. HEX triplet: DC, 3C and A5. RGB value is (220,60,165). Sum of RGB (Red+Green+Blue) = 220+60+165=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3CA5 is #23C35A. Grayscale: #777777. Windows color (decimal): -2343771 or 10829020. OLE color: 10829020.

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

Color convert

RGB 220 60 165 -
CMYK 0 0.73 0.25 0.14
HSL 320.63º 0.7% 0.55% -
HSV(B) 320.63º 0.73% 0.86% -
XYZ 37.92 21.16 37.68 -
YUV 119.81 153.51 199.46 -
System Red Green Blue C M Y K H S L
Decimal 220 60 165 0 0.73 0.25 0.14 320.63 0.7 0.55
Hex DC 3C A5 0 49 19 E 141 46 37
Octal 334 74 245 0 111 31 16 501 106 67
Binary 11011100 111100 10100101 0 1001001 11001 1110 101000001 1000110 110111

Color Harmonies of #DC3CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3CA5

Black with #DC3CA5

Text Example


Text Example

White with #DC3CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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