Html Css Color HEX #DC3AA0 Deep Cerise

📋 copy color: '#DC3AA0'

red 220 ◦ green 58 ◦ blue 160

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

Shades of Deep Cerise #DC3AA0

Tints of Deep Cerise #DC3AA0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.24%

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

R = 50.23%
G = 13.24%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC3AA0 (or 0xDC3AA0) is known color: Deep Cerise. HEX triplet: DC, 3A and A0. RGB value is (220,58,160). Sum of RGB (Red+Green+Blue) = 220+58+160=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3AA0 is #23C55F. Grayscale: #757575. Windows color (decimal): -2344288 or 10500828. OLE color: 10500828.

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

Color convert

RGB 220 58 160 -
CMYK 0 0.74 0.27 0.14
HSL 322.22º 0.7% 0.55% -
HSV(B) 322.22º 0.74% 0.86% -
XYZ 37.37 20.78 35.3 -
YUV 118.07 151.67 200.71 -
System Red Green Blue C M Y K H S L
Decimal 220 58 160 0 0.74 0.27 0.14 322.22 0.7 0.55
Hex DC 3A A0 0 4A 1B E 142 46 37
Octal 334 72 240 0 112 33 16 502 106 67
Binary 11011100 111010 10100000 0 1001010 11011 1110 101000010 1000110 110111

Color Harmonies of #DC3AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3AA0

Black with #DC3AA0

Text Example


Text Example

White with #DC3AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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