#D40B6A

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

Shades of Ruby #D40B6A

Tints of Ruby #D40B6A

Color information

#D40B6A (or 0xD40B6A) is unknown color: approx Ruby. HEX triplet: D4, 0B and 6A. RGB value is (212,11,106). Sum of RGB (Red+Green+Blue) = 212+11+106=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40B6A is #2BF495. Grayscale: #515151. Windows color (decimal): -2880662 or 6949844. OLE color: 6949844.

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

Color convert

RGB21211106-
CMYK00.950.50.17
HSL331.64º90.13%43.73%-
HSV(B)331.64º94.81%83.14%-
XYZ29.8715.2815.01-
YUV81.93141.59220.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 64.44%
GREEN value IS 11 (4.69% from 255) = 3.34%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=64.44%
G=3.34%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121110600.950.50.17331.6490.1343.73
HexD4B6A05F321114c5a2c
Octal324131520137622151413254
Binary110101001011110101001011111110010100011010011001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40B6A; }

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

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

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

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

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

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

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

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