Html Css Color HEX #DC3876 Deep Cerise

📋 copy color: '#DC3876'

red 220 ◦ green 56 ◦ blue 118

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

Shades of Deep Cerise #DC3876

Tints of Deep Cerise #DC3876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.95%

R = 55.84%
G = 14.21%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC3876 (or 0xDC3876) is known color: Deep Cerise. HEX triplet: DC, 38 and 76. RGB value is (220,56,118). Sum of RGB (Red+Green+Blue) = 220+56+118=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3876 is #23C789. Grayscale: #707070. Windows color (decimal): -2344842 or 7747804. OLE color: 7747804.

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

Color convert

RGB 220 56 118 -
CMYK 0 0.75 0.46 0.14
HSL 337.32º 0.7% 0.54% -
HSV(B) 337.32º 0.75% 0.86% -
XYZ 34.2 19.35 19.07 -
YUV 112.1 131.33 204.96 -
System Red Green Blue C M Y K H S L
Decimal 220 56 118 0 0.75 0.46 0.14 337.32 0.7 0.54
Hex DC 38 76 0 4B 2E E 151 46 36
Octal 334 70 166 0 113 56 16 521 106 66
Binary 11011100 111000 1110110 0 1001011 101110 1110 101010001 1000110 110110

Color Harmonies of #DC3876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3876

Black with #DC3876

Text Example


Text Example

White with #DC3876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3876; }

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

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

background-color css

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

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

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

border-color css

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

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

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