Html Css Color HEX #DC3EA6 Deep Cerise

📋 copy color: '#DC3EA6'

red 220 ◦ green 62 ◦ blue 166

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

Shades of Deep Cerise #DC3EA6

Tints of Deep Cerise #DC3EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.05%

R = 49.11%
G = 13.84%
B = 37.05%

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

#DC3EA6 (or 0xDC3EA6) is known color: Deep Cerise. HEX triplet: DC, 3E and A6. RGB value is (220,62,166). Sum of RGB (Red+Green+Blue) = 220+62+166=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 62 (24.61% from 255 or 13.84% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3EA6 is #23C159. Grayscale: #787878. Windows color (decimal): -2343258 or 10895068. OLE color: 10895068.

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

Color convert

RGB 220 62 166 -
CMYK 0 0.72 0.25 0.14
HSL 320.51º 0.69% 0.55% -
HSV(B) 320.51º 0.72% 0.86% -
XYZ 38.12 21.41 38.2 -
YUV 121.1 153.35 198.54 -
System Red Green Blue C M Y K H S L
Decimal 220 62 166 0 0.72 0.25 0.14 320.51 0.69 0.55
Hex DC 3E A6 0 48 19 E 141 45 37
Octal 334 76 246 0 110 31 16 501 105 67
Binary 11011100 111110 10100110 0 1001000 11001 1110 101000001 1000101 110111

Color Harmonies of #DC3EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3EA6

Black with #DC3EA6

Text Example


Text Example

White with #DC3EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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