Html Css Color HEX #DC3889 Deep Cerise

📋 copy color: '#DC3889'

red 220 ◦ green 56 ◦ blue 137

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

Shades of Deep Cerise #DC3889

Tints of Deep Cerise #DC3889

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.56%

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

R = 53.27%
G = 13.56%
B = 33.17%

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

#DC3889 (or 0xDC3889) is known color: Deep Cerise. HEX triplet: DC, 38 and 89. RGB value is (220,56,137). Sum of RGB (Red+Green+Blue) = 220+56+137=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3889 is #23C776. Grayscale: #727272. Windows color (decimal): -2344823 or 8992988. OLE color: 8992988.

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

Color convert

RGB 220 56 137 -
CMYK 0 0.75 0.38 0.14
HSL 330.37º 0.7% 0.54% -
HSV(B) 330.37º 0.75% 0.86% -
XYZ 35.44 19.85 25.63 -
YUV 114.27 140.83 203.41 -
System Red Green Blue C M Y K H S L
Decimal 220 56 137 0 0.75 0.38 0.14 330.37 0.7 0.54
Hex DC 38 89 0 4B 26 E 14A 46 36
Octal 334 70 211 0 113 46 16 512 106 66
Binary 11011100 111000 10001001 0 1001011 100110 1110 101001010 1000110 110110

Color Harmonies of #DC3889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3889

Black with #DC3889

Text Example


Text Example

White with #DC3889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3889; }

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

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

background-color css

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

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

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

border-color css

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

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

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