#D20C5F

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

Shades of Ruby #D20C5F

Tints of Ruby #D20C5F

Color information

#D20C5F (or 0xD20C5F) is unknown color: approx Ruby. HEX triplet: D2, 0C and 5F. RGB value is (210,12,95). Sum of RGB (Red+Green+Blue) = 210+12+95=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20C5F is #2DF3A0. Grayscale: #505050. Windows color (decimal): -3011489 or 6229202. OLE color: 6229202.

HSL color Cylindrical-coordinate representation of color #D20C5F: hue angle of 334.85º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20C5F is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB2101295-
CMYK00.940.550.18
HSL334.85º89.19%43.53%-
HSV(B)334.85º94.29%82.35%-
XYZ28.7814.7912.16-
YUV80.66136.1220.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 66.25%
GREEN value IS 12 (5.08% from 255) = 3.79%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=66.25%
G=3.79%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210129500.940.550.18334.8589.1943.53
HexD2C5F05E371214f592c
Octal322141370136672251713154
Binary110100101100101111101011110110111100101010011111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20C5F; }

 p { color: rgb(210,12,95); }

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

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

 a { background-color: rgb(210,12,95); }

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

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

 span { border-color: rgb(210,12,95); }

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