Html Css Color HEX #DF116B Ruby

📋 copy color: '#DF116B'

red 223 ◦ green 17 ◦ blue 107

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

Shades of Ruby #DF116B

Tints of Ruby #DF116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 64.27%
G = 4.9%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF116B (or 0xDF116B) is known color: Ruby. HEX triplet: DF, 11 and 6B. RGB value is (223,17,107). Sum of RGB (Red+Green+Blue) = 223+17+107=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF116B is #20EE94. Grayscale: #585858. Windows color (decimal): -2158229 or 7016927. OLE color: 7016927.

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

Color convert

RGB 223 17 107 -
CMYK 0 0.92 0.52 0.13
HSL 333.79º 0.86% 0.47% -
HSV(B) 333.79º 0.92% 0.87% -
XYZ 33.29 17.15 15.47 -
YUV 88.85 138.25 223.68 -
System Red Green Blue C M Y K H S L
Decimal 223 17 107 0 0.92 0.52 0.13 333.79 0.86 0.47
Hex DF 11 6B 0 5C 34 D 14E 56 2F
Octal 337 21 153 0 134 64 15 516 126 57
Binary 11011111 10001 1101011 0 1011100 110100 1101 101001110 1010110 101111

Color Harmonies of #DF116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF116B

Black with #DF116B

Text Example


Text Example

White with #DF116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF116B; }

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

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

background-color css

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

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

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

border-color css

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

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

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