Html Css Color HEX #DF115E Ruby

📋 copy color: '#DF115E'

red 223 ◦ green 17 ◦ blue 94

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

Shades of Ruby #DF115E

Tints of Ruby #DF115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.14%

R = 66.77%
G = 5.09%
B = 28.14%

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

#DF115E (or 0xDF115E) is known color: Ruby. HEX triplet: DF, 11 and 5E. RGB value is (223,17,94). Sum of RGB (Red+Green+Blue) = 223+17+94=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF115E is #20EEA1. Grayscale: #575757. Windows color (decimal): -2158242 or 6164959. OLE color: 6164959.

HSL color Cylindrical-coordinate representation of color #DF115E: hue angle of 337.57º 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 #DF115E is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 17 94 -
CMYK 0 0.92 0.58 0.13
HSL 337.57º 0.86% 0.47% -
HSV(B) 337.57º 0.92% 0.87% -
XYZ 32.65 16.9 12.13 -
YUV 87.37 131.75 224.74 -
System Red Green Blue C M Y K H S L
Decimal 223 17 94 0 0.92 0.58 0.13 337.57 0.86 0.47
Hex DF 11 5E 0 5C 3A D 152 56 2F
Octal 337 21 136 0 134 72 15 522 126 57
Binary 11011111 10001 1011110 0 1011100 111010 1101 101010010 1010110 101111

Color Harmonies of #DF115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF115E

Black with #DF115E

Text Example


Text Example

White with #DF115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF115E; }

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

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

background-color css

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

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

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

border-color css

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

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

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