Html Css Color HEX #DC3790 Deep Cerise

📋 copy color: '#DC3790'

red 220 ◦ green 55 ◦ blue 144

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

Shades of Deep Cerise #DC3790

Tints of Deep Cerise #DC3790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 52.51%
G = 13.13%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC3790 (or 0xDC3790) is known color: Deep Cerise. HEX triplet: DC, 37 and 90. RGB value is (220,55,144). Sum of RGB (Red+Green+Blue) = 220+55+144=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3790 is #23C86F. Grayscale: #727272. Windows color (decimal): -2345072 or 9451484. OLE color: 9451484.

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

Color convert

RGB 220 55 144 -
CMYK 0 0.75 0.35 0.14
HSL 327.64º 0.7% 0.54% -
HSV(B) 327.64º 0.75% 0.86% -
XYZ 35.92 19.96 28.35 -
YUV 114.48 144.66 203.26 -
System Red Green Blue C M Y K H S L
Decimal 220 55 144 0 0.75 0.35 0.14 327.64 0.7 0.54
Hex DC 37 90 0 4B 23 E 148 46 36
Octal 334 67 220 0 113 43 16 510 106 66
Binary 11011100 110111 10010000 0 1001011 100011 1110 101001000 1000110 110110

Color Harmonies of #DC3790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3790

Black with #DC3790

Text Example


Text Example

White with #DC3790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3790; }

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

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

background-color css

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

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

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

border-color css

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

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

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