Html Css Color HEX #DF106B Ruby

📋 copy color: '#DF106B'

red 223 ◦ green 16 ◦ blue 107

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

Shades of Ruby #DF106B

Tints of Ruby #DF106B

RGB

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

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

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

R = 64.45%
G = 4.62%
B = 30.92%

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

#DF106B (or 0xDF106B) is known color: Ruby. HEX triplet: DF, 10 and 6B. RGB value is (223,16,107). Sum of RGB (Red+Green+Blue) = 223+16+107=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF106B is #20EF94. Grayscale: #585858. Windows color (decimal): -2158485 or 7016671. OLE color: 7016671.

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

Color convert

RGB 223 16 107 -
CMYK 0 0.93 0.52 0.13
HSL 333.62º 0.87% 0.47% -
HSV(B) 333.62º 0.93% 0.87% -
XYZ 33.27 17.12 15.46 -
YUV 88.27 138.58 224.1 -
System Red Green Blue C M Y K H S L
Decimal 223 16 107 0 0.93 0.52 0.13 333.62 0.87 0.47
Hex DF 10 6B 0 5D 34 D 14E 57 2F
Octal 337 20 153 0 135 64 15 516 127 57
Binary 11011111 10000 1101011 0 1011101 110100 1101 101001110 1010111 101111

Color Harmonies of #DF106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF106B

Black with #DF106B

Text Example


Text Example

White with #DF106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF106B; }

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

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

background-color css

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

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

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

border-color css

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

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

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