Html Css Color HEX #DC115D Ruby

📋 copy color: '#DC115D'

red 220 ◦ green 17 ◦ blue 93

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

Shades of Ruby #DC115D

Tints of Ruby #DC115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.15%

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 66.67%
G = 5.15%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC115D (or 0xDC115D) is known color: Ruby. HEX triplet: DC, 11 and 5D. RGB value is (220,17,93). Sum of RGB (Red+Green+Blue) = 220+17+93=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC115D is #23EEA2. Grayscale: #565656. Windows color (decimal): -2354851 or 6099420. OLE color: 6099420.

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

Color convert

RGB 220 17 93 -
CMYK 0 0.92 0.58 0.14
HSL 337.54º 0.86% 0.46% -
HSV(B) 337.54º 0.92% 0.86% -
XYZ 31.69 16.41 11.85 -
YUV 86.36 131.75 223.32 -
System Red Green Blue C M Y K H S L
Decimal 220 17 93 0 0.92 0.58 0.14 337.54 0.86 0.46
Hex DC 11 5D 0 5C 3A E 152 56 2E
Octal 334 21 135 0 134 72 16 522 126 56
Binary 11011100 10001 1011101 0 1011100 111010 1110 101010010 1010110 101110

Color Harmonies of #DC115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC115D

Black with #DC115D

Text Example


Text Example

White with #DC115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC115D; }

 p { color: rgb(220,17,93); }

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

background-color css

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

 a { background-color: rgb(220,17,93); }

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

border-color css

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

 span { border-color: rgb(220,17,93); }

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