#D40B69

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

Shades of Ruby #D40B69

Tints of Ruby #D40B69

Color information

#D40B69 (or 0xD40B69) is unknown color: approx Ruby. HEX triplet: D4, 0B and 69. RGB value is (212,11,105). Sum of RGB (Red+Green+Blue) = 212+11+105=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40B69 is #2BF496. Grayscale: #515151. Windows color (decimal): -2880663 or 6884308. OLE color: 6884308.

HSL color Cylindrical-coordinate representation of color #D40B69: hue angle of 331.94º degrees, saturation: 0.9, 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 #D40B69 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB21211105-
CMYK00.950.500.17
HSL331.94º90.13%43.73%-
HSV(B)331.94º94.81%83.14%-
XYZ29.8215.2614.74-
YUV81.82141.09220.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 64.63%
GREEN value IS 11 (4.69% from 255) = 3.35%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=64.63%
G=3.35%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121110500.950.500.17331.9490.1343.73
HexD4B6905F321114c5a2c
Octal324131510137622151413254
Binary110101001011110100101011111110010100011010011001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40B69; }

 p { color: rgb(212,11,105); }

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

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

 a { background-color: rgb(212,11,105); }

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

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

 span { border-color: rgb(212,11,105); }

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