#D01D68

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

Shades of Ruby #D01D68

Tints of Ruby #D01D68

Color information

#D01D68 (or 0xD01D68) is unknown color: approx Ruby. HEX triplet: D0, 1D and 68. RGB value is (208,29,104). Sum of RGB (Red+Green+Blue) = 208+29+104=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D68 is #2FE297. Grayscale: #5A5A5A. Windows color (decimal): -3138200 or 6823376. OLE color: 6823376.

HSL color Cylindrical-coordinate representation of color #D01D68: hue angle of 334.86º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01D68 is Cyan = 0, Magento = 0.86, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB20829104-
CMYK00.860.50.18
HSL334.86º75.53%46.47%-
HSV(B)334.86º86.06%81.57%-
XYZ28.9515.2914.52-
YUV91.07135.3211.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.00%
GREEN value IS 29 (11.72% from 255) = 8.50%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=61.00%
G=8.50%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082910400.860.50.18334.8675.5346.47
HexD01D68056321214f4c2e
Octal320351500126622251711456
Binary1101000011101110100001010110110010100101010011111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01D68; }

 p { color: rgb(208,29,104); }

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

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

 a { background-color: rgb(208,29,104); }

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

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

 span { border-color: rgb(208,29,104); }

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