#D01B62

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

Shades of Ruby #D01B62

Tints of Ruby #D01B62

Color information

#D01B62 (or 0xD01B62) is unknown color: approx Ruby. HEX triplet: D0, 1B and 62. RGB value is (208,27,98). Sum of RGB (Red+Green+Blue) = 208+27+98=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01B62 is #2FE49D. Grayscale: #595959. Windows color (decimal): -3138718 or 6429648. OLE color: 6429648.

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

Color convert

RGB2082798-
CMYK00.870.530.18
HSL336.46º77.02%46.08%-
HSV(B)336.46º87.02%81.57%-
XYZ28.6115.0812.96-
YUV89.21132.97212.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 62.46%
GREEN value IS 27 (10.94% from 255) = 8.11%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=62.46%
G=8.11%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208279800.870.530.18336.4677.0246.08
HexD01B6205735121504d2e
Octal320331420127652252011556
Binary1101000011011110001001010111110101100101010100001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01B62; }

 p { color: rgb(208,27,98); }

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

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

 a { background-color: rgb(208,27,98); }

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

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

 span { border-color: rgb(208,27,98); }

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