#D51260

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

Shades of Ruby #D51260

Tints of Ruby #D51260

Color information

#D51260 (or 0xD51260) is unknown color: approx Ruby. HEX triplet: D5, 12 and 60. RGB value is (213,18,96). Sum of RGB (Red+Green+Blue) = 213+18+96=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D51260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51260 is #2AED9F. Grayscale: #555555. Windows color (decimal): -2813344 or 6296277. OLE color: 6296277.

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

Color convert

RGB2131896-
CMYK00.920.550.16
HSL336º84.42%45.29%-
HSV(B)336º91.55%83.53%-
XYZ29.7715.4212.47-
YUV85.2134.1219.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 65.14%
GREEN value IS 18 (7.42% from 255) = 5.50%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=65.14%
G=5.50%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213189600.920.550.1633684.4245.29
HexD5126005C3710150542d
Octal325221400134672052012455
Binary1101010110010110000001011100110111100001010100001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51260; }

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

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

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

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

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

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

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

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