#D50468

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

Shades of Ruby #D50468

Tints of Ruby #D50468

Color information

#D50468 (or 0xD50468) is unknown color: approx Ruby. HEX triplet: D5, 04 and 68. RGB value is (213,4,104). Sum of RGB (Red+Green+Blue) = 213+4+104=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D50468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50468 is #2AFB97. Grayscale: #4D4D4D. Windows color (decimal): -2816920 or 6816981. OLE color: 6816981.

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

Color convert

RGB2134104-
CMYK00.980.510.16
HSL331.29º96.31%42.55%-
HSV(B)331.29º98.12%83.53%-
XYZ29.9815.2314.46-
YUV77.89142.74224.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 66.36%
GREEN value IS 4 (1.95% from 255) = 1.25%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=66.36%
G=1.25%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213410400.980.510.16331.2996.3142.55
HexD5468062331014b602b
Octal32541500142632051314053
Binary11010101100110100001100010110011100001010010111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50468; }

 p { color: rgb(213,4,104); }

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

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

 a { background-color: rgb(213,4,104); }

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

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

 span { border-color: rgb(213,4,104); }

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