Html Css Color HEX #DF106C Ruby

📋 copy color: '#DF106C'

red 223 ◦ green 16 ◦ blue 108

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

Shades of Ruby #DF106C

Tints of Ruby #DF106C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 64.27%
G = 4.61%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF106C (or 0xDF106C) is known color: Ruby. HEX triplet: DF, 10 and 6C. RGB value is (223,16,108). Sum of RGB (Red+Green+Blue) = 223+16+108=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF106C is #20EF93. Grayscale: #585858. Windows color (decimal): -2158484 or 7082207. OLE color: 7082207.

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

Color convert

RGB 223 16 108 -
CMYK 0 0.93 0.52 0.13
HSL 333.33º 0.87% 0.47% -
HSV(B) 333.33º 0.93% 0.87% -
XYZ 33.32 17.14 15.74 -
YUV 88.38 139.08 224.02 -
System Red Green Blue C M Y K H S L
Decimal 223 16 108 0 0.93 0.52 0.13 333.33 0.87 0.47
Hex DF 10 6C 0 5D 34 D 14D 57 2F
Octal 337 20 154 0 135 64 15 515 127 57
Binary 11011111 10000 1101100 0 1011101 110100 1101 101001101 1010111 101111

Color Harmonies of #DF106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF106C

Black with #DF106C

Text Example


Text Example

White with #DF106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF106C; }

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

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

background-color css

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

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

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

border-color css

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

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

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