Html Css Color HEX #DC3376 Deep Cerise

📋 copy color: '#DC3376'

red 220 ◦ green 51 ◦ blue 118

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

Shades of Deep Cerise #DC3376

Tints of Deep Cerise #DC3376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.11%

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

R = 56.56%
G = 13.11%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC3376 (or 0xDC3376) is known color: Deep Cerise. HEX triplet: DC, 33 and 76. RGB value is (220,51,118). Sum of RGB (Red+Green+Blue) = 220+51+118=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3376 is #23CC89. Grayscale: #6D6D6D. Windows color (decimal): -2346122 or 7746524. OLE color: 7746524.

HSL color Cylindrical-coordinate representation of color #DC3376: hue angle of 336.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3376 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 51 118 -
CMYK 0 0.77 0.46 0.14
HSL 336.21º 0.71% 0.53% -
HSV(B) 336.21º 0.77% 0.86% -
XYZ 33.97 18.89 19 -
YUV 109.17 132.99 207.05 -
System Red Green Blue C M Y K H S L
Decimal 220 51 118 0 0.77 0.46 0.14 336.21 0.71 0.53
Hex DC 33 76 0 4D 2E E 150 47 35
Octal 334 63 166 0 115 56 16 520 107 65
Binary 11011100 110011 1110110 0 1001101 101110 1110 101010000 1000111 110101

Color Harmonies of #DC3376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3376

Black with #DC3376

Text Example


Text Example

White with #DC3376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3376; }

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

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

background-color css

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

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

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

border-color css

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

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

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