Html Css Color HEX #DC3DA4 Deep Cerise

📋 copy color: '#DC3DA4'

red 220 ◦ green 61 ◦ blue 164

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

Shades of Deep Cerise #DC3DA4

Tints of Deep Cerise #DC3DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.85%

R = 49.44%
G = 13.71%
B = 36.85%

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

#DC3DA4 (or 0xDC3DA4) is known color: Deep Cerise. HEX triplet: DC, 3D and A4. RGB value is (220,61,164). Sum of RGB (Red+Green+Blue) = 220+61+164=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3DA4 is #23C25B. Grayscale: #787878. Windows color (decimal): -2343516 or 10763740. OLE color: 10763740.

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

Color convert

RGB 220 61 164 -
CMYK 0 0.72 0.25 0.14
HSL 321.13º 0.69% 0.55% -
HSV(B) 321.13º 0.72% 0.86% -
XYZ 37.88 21.23 37.22 -
YUV 120.28 152.68 199.12 -
System Red Green Blue C M Y K H S L
Decimal 220 61 164 0 0.72 0.25 0.14 321.13 0.69 0.55
Hex DC 3D A4 0 48 19 E 141 45 37
Octal 334 75 244 0 110 31 16 501 105 67
Binary 11011100 111101 10100100 0 1001000 11001 1110 101000001 1000101 110111

Color Harmonies of #DC3DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3DA4

Black with #DC3DA4

Text Example


Text Example

White with #DC3DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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