Html Css Color HEX #DC3AAA Deep Cerise

📋 copy color: '#DC3AAA'

red 220 ◦ green 58 ◦ blue 170

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

Shades of Deep Cerise #DC3AAA

Tints of Deep Cerise #DC3AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 49.11%
G = 12.95%
B = 37.95%

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

#DC3AAA (or 0xDC3AAA) is known color: Deep Cerise. HEX triplet: DC, 3A and AA. RGB value is (220,58,170). Sum of RGB (Red+Green+Blue) = 220+58+170=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3AAA is #23C555. Grayscale: #767676. Windows color (decimal): -2344278 or 11156188. OLE color: 11156188.

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

Color convert

RGB 220 58 170 -
CMYK 0 0.74 0.23 0.14
HSL 318.52º 0.7% 0.55% -
HSV(B) 318.52º 0.74% 0.86% -
XYZ 38.28 21.14 40.09 -
YUV 119.21 156.67 199.89 -
System Red Green Blue C M Y K H S L
Decimal 220 58 170 0 0.74 0.23 0.14 318.52 0.7 0.55
Hex DC 3A AA 0 4A 17 E 13F 46 37
Octal 334 72 252 0 112 27 16 477 106 67
Binary 11011100 111010 10101010 0 1001010 10111 1110 100111111 1000110 110111

Color Harmonies of #DC3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3AAA

Black with #DC3AAA

Text Example


Text Example

White with #DC3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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