Html Css Color HEX #DC3DA8 Deep Cerise

📋 copy color: '#DC3DA8'

red 220 ◦ green 61 ◦ blue 168

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

Shades of Deep Cerise #DC3DA8

Tints of Deep Cerise #DC3DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.42%

R = 49%
G = 13.59%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DC3DA8 (or 0xDC3DA8) is known color: Deep Cerise. HEX triplet: DC, 3D and A8. RGB value is (220,61,168). Sum of RGB (Red+Green+Blue) = 220+61+168=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3DA8 is #23C257. Grayscale: #787878. Windows color (decimal): -2343512 or 11025884. OLE color: 11025884.

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

Color convert

RGB 220 61 168 -
CMYK 0 0.72 0.24 0.14
HSL 319.62º 0.69% 0.55% -
HSV(B) 319.62º 0.72% 0.86% -
XYZ 38.25 21.38 39.16 -
YUV 120.74 154.68 198.8 -
System Red Green Blue C M Y K H S L
Decimal 220 61 168 0 0.72 0.24 0.14 319.62 0.69 0.55
Hex DC 3D A8 0 48 18 E 140 45 37
Octal 334 75 250 0 110 30 16 500 105 67
Binary 11011100 111101 10101000 0 1001000 11000 1110 101000000 1000101 110111

Color Harmonies of #DC3DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3DA8

Black with #DC3DA8

Text Example


Text Example

White with #DC3DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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