Html Css Color HEX #DF106F Ruby

📋 copy color: '#DF106F'

red 223 ◦ green 16 ◦ blue 111

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

Shades of Ruby #DF106F

Tints of Ruby #DF106F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.57%

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 63.71%
G = 4.57%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF106F (or 0xDF106F) is known color: Ruby. HEX triplet: DF, 10 and 6F. RGB value is (223,16,111). Sum of RGB (Red+Green+Blue) = 223+16+111=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF106F is #20EF90. Grayscale: #585858. Windows color (decimal): -2158481 or 7278815. OLE color: 7278815.

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

Color convert

RGB 223 16 111 -
CMYK 0 0.93 0.50 0.13
HSL 332.46º 0.87% 0.47% -
HSV(B) 332.46º 0.93% 0.87% -
XYZ 33.49 17.21 16.6 -
YUV 88.72 140.58 223.78 -
System Red Green Blue C M Y K H S L
Decimal 223 16 111 0 0.93 0.50 0.13 332.46 0.87 0.47
Hex DF 10 6F 0 5D 32 D 14C 57 2F
Octal 337 20 157 0 135 62 15 514 127 57
Binary 11011111 10000 1101111 0 1011101 110010 1101 101001100 1010111 101111

Color Harmonies of #DF106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF106F

Black with #DF106F

Text Example


Text Example

White with #DF106F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF106F; }

 p { color: rgb(223,16,111); }

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

background-color css

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

 a { background-color: rgb(223,16,111); }

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

border-color css

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

 span { border-color: rgb(223,16,111); }

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