#D9206F

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

Shades of Ruby #D9206F

Tints of Ruby #D9206F

Color information

#D9206F (or 0xD9206F) is unknown color: approx Ruby. HEX triplet: D9, 20 and 6F. RGB value is (217,32,111). Sum of RGB (Red+Green+Blue) = 217+32+111=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9206F is #26DF90. Grayscale: #606060. Windows color (decimal): -2547601 or 7282905. OLE color: 7282905.

HSL color Cylindrical-coordinate representation of color #D9206F: hue angle of 334.38º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9206F is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB21732111-
CMYK00.850.490.15
HSL334.38º74.3%48.82%-
HSV(B)334.38º85.25%85.1%-
XYZ3216.9316.62-
YUV96.32136.29214.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 60.28%
GREEN value IS 32 (12.89% from 255) = 8.89%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=60.28%
G=8.89%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173211100.850.490.15334.3874.348.82
HexD9206F05531F14e4a31
Octal331401570125611751611261
Binary1101100110000011011110101010111000111111010011101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9206F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9206F; }

 p { color: rgb(217,32,111); }

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

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

 a { background-color: rgb(217,32,111); }

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

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

 span { border-color: rgb(217,32,111); }

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