#D70270

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

Shades of Ruby #D70270

Tints of Ruby #D70270

Color information

#D70270 (or 0xD70270) is unknown color: approx Ruby. HEX triplet: D7, 02 and 70. RGB value is (215,2,112). Sum of RGB (Red+Green+Blue) = 215+2+112=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D70270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70270 is #28FD8F. Grayscale: #4E4E4E. Windows color (decimal): -2686352 or 7340759. OLE color: 7340759.

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

Color convert

RGB2152112-
CMYK00.990.480.16
HSL329.01º98.16%42.55%-
HSV(B)329.01º99.07%84.31%-
XYZ30.9715.6616.72-
YUV78.23147.07225.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 65.35%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=65.35%
G=0.61%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215211200.990.480.16329.0198.1642.55
HexD72700633010149622b
Octal32721600143602051114253
Binary1101011110111000001100011110000100001010010011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70270; }

 p { color: rgb(215,2,112); }

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

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

 a { background-color: rgb(215,2,112); }

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

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

 span { border-color: rgb(215,2,112); }

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