Html Css Color HEX #DC3AA9 Deep Cerise

📋 copy color: '#DC3AA9'

red 220 ◦ green 58 ◦ blue 169

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

Shades of Deep Cerise #DC3AA9

Tints of Deep Cerise #DC3AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.81%

R = 49.22%
G = 12.98%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC3AA9 (or 0xDC3AA9) is known color: Deep Cerise. HEX triplet: DC, 3A and A9. RGB value is (220,58,169). Sum of RGB (Red+Green+Blue) = 220+58+169=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3AA9 is #23C556. Grayscale: #767676. Windows color (decimal): -2344279 or 11090652. OLE color: 11090652.

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

Color convert

RGB 220 58 169 -
CMYK 0 0.74 0.23 0.14
HSL 318.89º 0.7% 0.55% -
HSV(B) 318.89º 0.74% 0.86% -
XYZ 38.19 21.11 39.6 -
YUV 119.09 156.17 199.97 -
System Red Green Blue C M Y K H S L
Decimal 220 58 169 0 0.74 0.23 0.14 318.89 0.7 0.55
Hex DC 3A A9 0 4A 17 E 13F 46 37
Octal 334 72 251 0 112 27 16 477 106 67
Binary 11011100 111010 10101001 0 1001010 10111 1110 100111111 1000110 110111

Color Harmonies of #DC3AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3AA9

Black with #DC3AA9

Text Example


Text Example

White with #DC3AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3AA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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