#D30866

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

Shades of Ruby #D30866

Tints of Ruby #D30866

Color information

#D30866 (or 0xD30866) is unknown color: approx Ruby. HEX triplet: D3, 08 and 66. RGB value is (211,8,102). Sum of RGB (Red+Green+Blue) = 211+8+102=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D30866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30866 is #2CF799. Grayscale: #4F4F4F. Windows color (decimal): -2946970 or 6686931. OLE color: 6686931.

HSL color Cylindrical-coordinate representation of color #D30866: hue angle of 332.22º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30866 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB2118102-
CMYK00.960.520.17
HSL332.22º92.69%42.94%-
HSV(B)332.22º96.21%82.75%-
XYZ29.3514.9813.92-
YUV79.41140.75221.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 65.73%
GREEN value IS 8 (3.52% from 255) = 2.49%
BLUE value IS 102 (40.23% from 255) = 31.78%
R=65.73%
G=2.49%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211810200.960.520.17332.2292.6942.94
HexD3866060341114c5d2b
Octal323101460140642151413553
Binary110100111000110011001100000110100100011010011001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30866; }

 p { color: rgb(211,8,102); }

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

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

 a { background-color: rgb(211,8,102); }

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

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

 span { border-color: rgb(211,8,102); }

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