Html Css Color HEX #DF116E Ruby

📋 copy color: '#DF116E'

red 223 ◦ green 17 ◦ blue 110

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

Shades of Ruby #DF116E

Tints of Ruby #DF116E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 63.71%
G = 4.86%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF116E (or 0xDF116E) is known color: Ruby. HEX triplet: DF, 11 and 6E. RGB value is (223,17,110). Sum of RGB (Red+Green+Blue) = 223+17+110=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF116E is #20EE91. Grayscale: #595959. Windows color (decimal): -2158226 or 7213535. OLE color: 7213535.

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

Color convert

RGB 223 17 110 -
CMYK 0 0.92 0.51 0.13
HSL 332.91º 0.86% 0.47% -
HSV(B) 332.91º 0.92% 0.87% -
XYZ 33.45 17.21 16.31 -
YUV 89.2 139.75 223.44 -
System Red Green Blue C M Y K H S L
Decimal 223 17 110 0 0.92 0.51 0.13 332.91 0.86 0.47
Hex DF 11 6E 0 5C 33 D 14D 56 2F
Octal 337 21 156 0 134 63 15 515 126 57
Binary 11011111 10001 1101110 0 1011100 110011 1101 101001101 1010110 101111

Color Harmonies of #DF116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF116E

Black with #DF116E

Text Example


Text Example

White with #DF116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF116E; }

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

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

background-color css

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

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

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

border-color css

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

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

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