#D51266

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

Shades of Ruby #D51266

Tints of Ruby #D51266

Color information

#D51266 (or 0xD51266) is unknown color: approx Ruby. HEX triplet: D5, 12 and 66. RGB value is (213,18,102). Sum of RGB (Red+Green+Blue) = 213+18+102=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D51266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51266 is #2AED99. Grayscale: #555555. Windows color (decimal): -2813338 or 6689493. OLE color: 6689493.

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

Color convert

RGB21318102-
CMYK00.920.520.16
HSL334.15º84.42%45.29%-
HSV(B)334.15º91.55%83.53%-
XYZ30.0615.5413.99-
YUV85.88137.1218.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.96%
GREEN value IS 18 (7.42% from 255) = 5.41%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=63.96%
G=5.41%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131810200.920.520.16334.1584.4245.29
HexD5126605C341014e542d
Octal325221460134642051612455
Binary1101010110010110011001011100110100100001010011101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51266; }

 p { color: rgb(213,18,102); }

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

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

 a { background-color: rgb(213,18,102); }

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

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

 span { border-color: rgb(213,18,102); }

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