#D50965

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

Shades of Ruby #D50965

Tints of Ruby #D50965

Color information

#D50965 (or 0xD50965) is unknown color: approx Ruby. HEX triplet: D5, 09 and 65. RGB value is (213,9,101). Sum of RGB (Red+Green+Blue) = 213+9+101=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D50965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50965 is #2AF69A. Grayscale: #505050. Windows color (decimal): -2815643 or 6621653. OLE color: 6621653.

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

Color convert

RGB2139101-
CMYK00.960.530.16
HSL332.94º91.89%43.53%-
HSV(B)332.94º95.77%83.53%-
XYZ29.8915.2813.69-
YUV80.48139.59222.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 65.94%
GREEN value IS 9 (3.91% from 255) = 2.79%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=65.94%
G=2.79%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213910100.960.530.16332.9491.8943.53
HexD5965060351014d5c2c
Octal325111450140652051513454
Binary110101011001110010101100000110101100001010011011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50965; }

 p { color: rgb(213,9,101); }

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

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

 a { background-color: rgb(213,9,101); }

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

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

 span { border-color: rgb(213,9,101); }

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