Html Css Color HEX #DC3DA6 Deep Cerise

📋 copy color: '#DC3DA6'

red 220 ◦ green 61 ◦ blue 166

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

Shades of Deep Cerise #DC3DA6

Tints of Deep Cerise #DC3DA6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.65%

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

R = 49.22%
G = 13.65%
B = 37.14%

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

#DC3DA6 (or 0xDC3DA6) is known color: Deep Cerise. HEX triplet: DC, 3D and A6. RGB value is (220,61,166). Sum of RGB (Red+Green+Blue) = 220+61+166=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3DA6 is #23C259. Grayscale: #787878. Windows color (decimal): -2343514 or 10894812. OLE color: 10894812.

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

Color convert

RGB 220 61 166 -
CMYK 0 0.72 0.25 0.14
HSL 320.38º 0.69% 0.55% -
HSV(B) 320.38º 0.72% 0.86% -
XYZ 38.07 21.31 38.18 -
YUV 120.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 220 61 166 0 0.72 0.25 0.14 320.38 0.69 0.55
Hex DC 3D A6 0 48 19 E 140 45 37
Octal 334 75 246 0 110 31 16 500 105 67
Binary 11011100 111101 10100110 0 1001000 11001 1110 101000000 1000101 110111

Color Harmonies of #DC3DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3DA6

Black with #DC3DA6

Text Example


Text Example

White with #DC3DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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