Html Css Color HEX #DC3789 Deep Cerise

📋 copy color: '#DC3789'

red 220 ◦ green 55 ◦ blue 137

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

Shades of Deep Cerise #DC3789

Tints of Deep Cerise #DC3789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.25%

R = 53.4%
G = 13.35%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC3789 (or 0xDC3789) is known color: Deep Cerise. HEX triplet: DC, 37 and 89. RGB value is (220,55,137). Sum of RGB (Red+Green+Blue) = 220+55+137=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3789 is #23C876. Grayscale: #717171. Windows color (decimal): -2345079 or 8992732. OLE color: 8992732.

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

Color convert

RGB 220 55 137 -
CMYK 0 0.75 0.38 0.14
HSL 330.18º 0.7% 0.54% -
HSV(B) 330.18º 0.75% 0.86% -
XYZ 35.4 19.75 25.61 -
YUV 113.68 141.16 203.83 -
System Red Green Blue C M Y K H S L
Decimal 220 55 137 0 0.75 0.38 0.14 330.18 0.7 0.54
Hex DC 37 89 0 4B 26 E 14A 46 36
Octal 334 67 211 0 113 46 16 512 106 66
Binary 11011100 110111 10001001 0 1001011 100110 1110 101001010 1000110 110110

Color Harmonies of #DC3789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3789

Black with #DC3789

Text Example


Text Example

White with #DC3789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3789; }

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

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

background-color css

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

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

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

border-color css

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

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

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