#D6125D

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

Shades of Ruby #D6125D

Tints of Ruby #D6125D

Color information

#D6125D (or 0xD6125D) is unknown color: approx Ruby. HEX triplet: D6, 12 and 5D. RGB value is (214,18,93). Sum of RGB (Red+Green+Blue) = 214+18+93=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D6125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6125D is #29EDA2. Grayscale: #555555. Windows color (decimal): -2747811 or 6099670. OLE color: 6099670.

HSL color Cylindrical-coordinate representation of color #D6125D: hue angle of 337.04º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6125D is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB2141893-
CMYK00.920.570.16
HSL337.04º84.48%45.49%-
HSV(B)337.04º91.59%83.92%-
XYZ29.9215.5211.77-
YUV85.15132.43219.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 65.85%
GREEN value IS 18 (7.42% from 255) = 5.54%
BLUE value IS 93 (36.72% from 255) = 28.62%
R=65.85%
G=5.54%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214189300.920.570.16337.0484.4845.49
HexD6125D05C3910151542d
Octal326221350134712052112455
Binary1101011010010101110101011100111001100001010100011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6125D; }

 p { color: rgb(214,18,93); }

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

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

 a { background-color: rgb(214,18,93); }

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

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

 span { border-color: rgb(214,18,93); }

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