#D2106C

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

Shades of Ruby #D2106C

Tints of Ruby #D2106C

Color information

#D2106C (or 0xD2106C) is unknown color: approx Ruby. HEX triplet: D2, 10 and 6C. RGB value is (210,16,108). Sum of RGB (Red+Green+Blue) = 210+16+108=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D2106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2106C is #2DEF93. Grayscale: #545454. Windows color (decimal): -3010452 or 7082194. OLE color: 7082194.

HSL color Cylindrical-coordinate representation of color #D2106C: hue angle of 331.55º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2106C is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB21016108-
CMYK00.920.490.18
HSL331.55º85.84%44.31%-
HSV(B)331.55º92.38%82.35%-
XYZ29.4715.1515.56-
YUV84.49141.27217.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 62.87%
GREEN value IS 16 (6.64% from 255) = 4.79%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=62.87%
G=4.79%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101610800.920.490.18331.5585.8444.31
HexD2106C05C311214c562c
Octal322201540134612251412654
Binary1101001010000110110001011100110001100101010011001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2106C; }

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

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

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

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

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

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

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

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