Html Css Color HEX #DC2EA5 Deep Cerise

📋 copy color: '#DC2EA5'

red 220 ◦ green 46 ◦ blue 165

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

Shades of Deep Cerise #DC2EA5

Tints of Deep Cerise #DC2EA5

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.67%

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

R = 51.04%
G = 10.67%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC2EA5 (or 0xDC2EA5) is known color: Deep Cerise. HEX triplet: DC, 2E and A5. RGB value is (220,46,165). Sum of RGB (Red+Green+Blue) = 220+46+165=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2EA5 is #23D15A. Grayscale: #6F6F6F. Windows color (decimal): -2347355 or 10825436. OLE color: 10825436.

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

Color convert

RGB 220 46 165 -
CMYK 0 0.79 0.25 0.14
HSL 318.97º 0.71% 0.52% -
HSV(B) 318.97º 0.79% 0.86% -
XYZ 37.28 19.89 37.47 -
YUV 111.59 158.15 205.32 -
System Red Green Blue C M Y K H S L
Decimal 220 46 165 0 0.79 0.25 0.14 318.97 0.71 0.52
Hex DC 2E A5 0 4F 19 E 13F 47 34
Octal 334 56 245 0 117 31 16 477 107 64
Binary 11011100 101110 10100101 0 1001111 11001 1110 100111111 1000111 110100

Color Harmonies of #DC2EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2EA5

Black with #DC2EA5

Text Example


Text Example

White with #DC2EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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