#D01764

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

Shades of Ruby #D01764

Tints of Ruby #D01764

Color information

#D01764 (or 0xD01764) is unknown color: approx Ruby. HEX triplet: D0, 17 and 64. RGB value is (208,23,100). Sum of RGB (Red+Green+Blue) = 208+23+100=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D01764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01764 is #2FE89B. Grayscale: #565656. Windows color (decimal): -3139740 or 6559696. OLE color: 6559696.

HSL color Cylindrical-coordinate representation of color #D01764: hue angle of 335.03º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01764 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB20823100-
CMYK00.890.520.18
HSL335.03º80.09%45.29%-
HSV(B)335.03º88.94%81.57%-
XYZ28.6214.9413.43-
YUV87.09135.29214.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 62.84%
GREEN value IS 23 (9.38% from 255) = 6.95%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=62.84%
G=6.95%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082310000.890.520.18335.0380.0945.29
HexD01764059341214f502d
Octal320271440131642251712055
Binary1101000010111110010001011001110100100101010011111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01764; }

 p { color: rgb(208,23,100); }

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

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

 a { background-color: rgb(208,23,100); }

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

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

 span { border-color: rgb(208,23,100); }

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