Html Css Color HEX #DC3DA0 Deep Cerise

📋 copy color: '#DC3DA0'

red 220 ◦ green 61 ◦ blue 160

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

Shades of Deep Cerise #DC3DA0

Tints of Deep Cerise #DC3DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.28%

R = 49.89%
G = 13.83%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC3DA0 (or 0xDC3DA0) is known color: Deep Cerise. HEX triplet: DC, 3D and A0. RGB value is (220,61,160). Sum of RGB (Red+Green+Blue) = 220+61+160=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3DA0 is #23C25F. Grayscale: #777777. Windows color (decimal): -2343520 or 10501596. OLE color: 10501596.

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

Color convert

RGB 220 61 160 -
CMYK 0 0.72 0.27 0.14
HSL 322.64º 0.69% 0.55% -
HSV(B) 322.64º 0.72% 0.86% -
XYZ 37.53 21.09 35.35 -
YUV 119.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 220 61 160 0 0.72 0.27 0.14 322.64 0.69 0.55
Hex DC 3D A0 0 48 1B E 143 45 37
Octal 334 75 240 0 110 33 16 503 105 67
Binary 11011100 111101 10100000 0 1001000 11011 1110 101000011 1000101 110111

Color Harmonies of #DC3DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3DA0

Black with #DC3DA0

Text Example


Text Example

White with #DC3DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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