Html Css Color HEX #DF115D Ruby

📋 copy color: '#DF115D'

red 223 ◦ green 17 ◦ blue 93

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

Shades of Ruby #DF115D

Tints of Ruby #DF115D

RGB

 RED value IS 223 (87.5% from 255) = 66.97%

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

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

R = 66.97%
G = 5.11%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF115D (or 0xDF115D) is known color: Ruby. HEX triplet: DF, 11 and 5D. RGB value is (223,17,93). Sum of RGB (Red+Green+Blue) = 223+17+93=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF115D is #20EEA2. Grayscale: #575757. Windows color (decimal): -2158243 or 6099423. OLE color: 6099423.

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

Color convert

RGB 223 17 93 -
CMYK 0 0.92 0.58 0.13
HSL 337.86º 0.86% 0.47% -
HSV(B) 337.86º 0.92% 0.87% -
XYZ 32.61 16.88 11.9 -
YUV 87.26 131.25 224.82 -
System Red Green Blue C M Y K H S L
Decimal 223 17 93 0 0.92 0.58 0.13 337.86 0.86 0.47
Hex DF 11 5D 0 5C 3A D 152 56 2F
Octal 337 21 135 0 134 72 15 522 126 57
Binary 11011111 10001 1011101 0 1011100 111010 1101 101010010 1010110 101111

Color Harmonies of #DF115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF115D

Black with #DF115D

Text Example


Text Example

White with #DF115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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