Html Css Color HEX #DC3794 Deep Cerise

📋 copy color: '#DC3794'

red 220 ◦ green 55 ◦ blue 148

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

Shades of Deep Cerise #DC3794

Tints of Deep Cerise #DC3794

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13%

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 52.01%
G = 13%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC3794 (or 0xDC3794) is known color: Deep Cerise. HEX triplet: DC, 37 and 94. RGB value is (220,55,148). Sum of RGB (Red+Green+Blue) = 220+55+148=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3794 is #23C86B. Grayscale: #727272. Windows color (decimal): -2345068 or 9713628. OLE color: 9713628.

HSL color Cylindrical-coordinate representation of color #DC3794: hue angle of 326.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3794 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 55 148 -
CMYK 0 0.75 0.33 0.14
HSL 326.18º 0.7% 0.54% -
HSV(B) 326.18º 0.75% 0.86% -
XYZ 36.23 20.09 29.98 -
YUV 114.94 146.66 202.94 -
System Red Green Blue C M Y K H S L
Decimal 220 55 148 0 0.75 0.33 0.14 326.18 0.7 0.54
Hex DC 37 94 0 4B 21 E 146 46 36
Octal 334 67 224 0 113 41 16 506 106 66
Binary 11011100 110111 10010100 0 1001011 100001 1110 101000110 1000110 110110

Color Harmonies of #DC3794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3794

Black with #DC3794

Text Example


Text Example

White with #DC3794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3794; }

 p { color: rgb(220,55,148); }

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

background-color css

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

 a { background-color: rgb(220,55,148); }

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

border-color css

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

 span { border-color: rgb(220,55,148); }

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