#DF1B6B

Color #DF1B6B Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #DF1B6B

Tints of Ruby #DF1B6B

Color information

#DF1B6B (or 0xDF1B6B) is unknown color: approx Ruby. HEX triplet: DF, 1B and 6B. RGB value is (223,27,107). Sum of RGB (Red+Green+Blue) = 223+27+107=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1B6B is #20E494. Grayscale: #5E5E5E. Windows color (decimal): -2155669 or 7019487. OLE color: 7019487.

HSL color Cylindrical-coordinate representation of color #DF1B6B: hue angle of 335.51º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1B6B is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB22327107-
CMYK00.880.520.13
HSL335.51º78.4%49.02%-
HSV(B)335.51º87.89%87.45%-
XYZ33.4817.5315.53-
YUV94.72134.93219.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.46%
GREEN value IS 27 (10.94% from 255) = 7.56%
BLUE value IS 107 (42.19% from 255) = 29.97%
R=62.46%
G=7.56%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232710700.880.520.13335.5178.449.02
HexDF1B6B05834D1504e31
Octal337331530130641552011661
Binary110111111101111010110101100011010011011010100001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1B6B; }

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

 H1.HeaderClassName
 {
   color: #DF1B6B;
 }
 .AnyTagClassName
 {
   color: #DF1B6B;
 }
</style>
background-color css

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

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

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

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

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

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