#D61072

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

Shades of Ruby #D61072

Tints of Ruby #D61072

Color information

#D61072 (or 0xD61072) is unknown color: approx Ruby. HEX triplet: D6, 10 and 72. RGB value is (214,16,114). Sum of RGB (Red+Green+Blue) = 214+16+114=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D61072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61072 is #29EF8D. Grayscale: #565656. Windows color (decimal): -2748302 or 7475414. OLE color: 7475414.

HSL color Cylindrical-coordinate representation of color #D61072: hue angle of 330.3º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61072 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB21416114-
CMYK00.930.470.16
HSL330.3º86.09%45.1%-
HSV(B)330.3º92.52%83.92%-
XYZ30.9515.8817.35-
YUV86.37143.6219.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.21%
GREEN value IS 16 (6.64% from 255) = 4.65%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=62.21%
G=4.65%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141611400.930.470.16330.386.0945.1
HexD6107205D2F1014a562d
Octal326201620135572051212655
Binary1101011010000111001001011101101111100001010010101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61072; }

 p { color: rgb(214,16,114); }

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

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

 a { background-color: rgb(214,16,114); }

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

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

 span { border-color: rgb(214,16,114); }

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