#D20366

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

Shades of Ruby #D20366

Tints of Ruby #D20366

Color information

#D20366 (or 0xD20366) is unknown color: approx Ruby. HEX triplet: D2, 03 and 66. RGB value is (210,3,102). Sum of RGB (Red+Green+Blue) = 210+3+102=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D20366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20366 is #2DFC99. Grayscale: #4B4B4B. Windows color (decimal): -3013786 or 6685650. OLE color: 6685650.

HSL color Cylindrical-coordinate representation of color #D20366: hue angle of 331.3º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20366 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB2103102-
CMYK00.990.510.18
HSL331.3º97.18%41.76%-
HSV(B)331.3º98.57%82.35%-
XYZ29.0114.7313.88-
YUV76.18142.58223.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 0.95%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=66.67%
G=0.95%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210310200.990.510.18331.397.1841.76
HexD2366063331214b612a
Octal32231460143632251314152
Binary1101001011110011001100011110011100101010010111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20366; }

 p { color: rgb(210,3,102); }

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

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

 a { background-color: rgb(210,3,102); }

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

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

 span { border-color: rgb(210,3,102); }

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