#D5206E

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

Shades of Ruby #D5206E

Tints of Ruby #D5206E

Color information

#D5206E (or 0xD5206E) is unknown color: approx Ruby. HEX triplet: D5, 20 and 6E. RGB value is (213,32,110). Sum of RGB (Red+Green+Blue) = 213+32+110=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5206E is #2ADF91. Grayscale: #5E5E5E. Windows color (decimal): -2809746 or 7217365. OLE color: 7217365.

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

Color convert

RGB21332110-
CMYK00.850.480.16
HSL334.14º73.88%48.04%-
HSV(B)334.14º84.98%83.53%-
XYZ30.7716.316.28-
YUV95.01136.47212.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60%
GREEN value IS 32 (12.89% from 255) = 9.01%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=60%
G=9.01%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133211000.850.480.16334.1473.8848.04
HexD5206E055301014e4a30
Octal325401560125602051611260
Binary11010101100000110111001010101110000100001010011101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5206E; }

 p { color: rgb(213,32,110); }

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

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

 a { background-color: rgb(213,32,110); }

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

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

 span { border-color: rgb(213,32,110); }

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