Html Css Color HEX #DC3AA5 Deep Cerise

📋 copy color: '#DC3AA5'

red 220 ◦ green 58 ◦ blue 165

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

Shades of Deep Cerise #DC3AA5

Tints of Deep Cerise #DC3AA5

RGB

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

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

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

R = 49.66%
G = 13.09%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC3AA5 (or 0xDC3AA5) is known color: Deep Cerise. HEX triplet: DC, 3A and A5. RGB value is (220,58,165). Sum of RGB (Red+Green+Blue) = 220+58+165=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3AA5 is #23C55A. Grayscale: #767676. Windows color (decimal): -2344283 or 10828508. OLE color: 10828508.

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

Color convert

RGB 220 58 165 -
CMYK 0 0.74 0.25 0.14
HSL 320.37º 0.7% 0.55% -
HSV(B) 320.37º 0.74% 0.86% -
XYZ 37.82 20.96 37.65 -
YUV 118.64 154.17 200.3 -
System Red Green Blue C M Y K H S L
Decimal 220 58 165 0 0.74 0.25 0.14 320.37 0.7 0.55
Hex DC 3A A5 0 4A 19 E 140 46 37
Octal 334 72 245 0 112 31 16 500 106 67
Binary 11011100 111010 10100101 0 1001010 11001 1110 101000000 1000110 110111

Color Harmonies of #DC3AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3AA5

Black with #DC3AA5

Text Example


Text Example

White with #DC3AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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