Html Css Color HEX #DC3EA5 Deep Cerise

📋 copy color: '#DC3EA5'

red 220 ◦ green 62 ◦ blue 165

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

Shades of Deep Cerise #DC3EA5

Tints of Deep Cerise #DC3EA5

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.87%

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

R = 49.22%
G = 13.87%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC3EA5 (or 0xDC3EA5) is known color: Deep Cerise. HEX triplet: DC, 3E and A5. RGB value is (220,62,165). Sum of RGB (Red+Green+Blue) = 220+62+165=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3EA5 is #23C15A. Grayscale: #787878. Windows color (decimal): -2343259 or 10829532. OLE color: 10829532.

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

Color convert

RGB 220 62 165 -
CMYK 0 0.72 0.25 0.14
HSL 320.89º 0.69% 0.55% -
HSV(B) 320.89º 0.72% 0.86% -
XYZ 38.03 21.38 37.72 -
YUV 120.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 220 62 165 0 0.72 0.25 0.14 320.89 0.69 0.55
Hex DC 3E A5 0 48 19 E 141 45 37
Octal 334 76 245 0 110 31 16 501 105 67
Binary 11011100 111110 10100101 0 1001000 11001 1110 101000001 1000101 110111

Color Harmonies of #DC3EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3EA5

Black with #DC3EA5

Text Example


Text Example

White with #DC3EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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