#D40A67

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

Shades of Ruby #D40A67

Tints of Ruby #D40A67

Color information

#D40A67 (or 0xD40A67) is unknown color: approx Ruby. HEX triplet: D4, 0A and 67. RGB value is (212,10,103). Sum of RGB (Red+Green+Blue) = 212+10+103=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40A67 is #2BF598. Grayscale: #505050. Windows color (decimal): -2880921 or 6752980. OLE color: 6752980.

HSL color Cylindrical-coordinate representation of color #D40A67: hue angle of 332.38º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40A67 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB21210103-
CMYK00.950.510.17
HSL332.38º90.99%43.53%-
HSV(B)332.38º95.28%83.14%-
XYZ29.7115.1914.2-
YUV81140.42221.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 65.23%
GREEN value IS 10 (4.30% from 255) = 3.08%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=65.23%
G=3.08%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121010300.950.510.17332.3890.9943.53
HexD4A6705F331114c5b2c
Octal324121470137632151413354
Binary110101001010110011101011111110011100011010011001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40A67; }

 p { color: rgb(212,10,103); }

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

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

 a { background-color: rgb(212,10,103); }

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

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

 span { border-color: rgb(212,10,103); }

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