#d01962

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

Shades of Ruby #D01962

Tints of Ruby #D01962

Color information

#D01962 (or 0xD01962) is unknown color: approx Ruby. HEX triplet: D0, 19 and 62. RGB value is (208,25,98). Sum of RGB (Red+Green+Blue) = 208+25+98=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D01962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01962 is #2FE69D. Grayscale: #575757. Windows color (decimal): -3139230 or 6429136. OLE color: 6429136.

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

Color convert

RGB2082598-
CMYK00.880.530.18
HSL336.07º78.54%45.69%-
HSV(B)336.07º87.98%81.57%-
XYZ28.5614.9912.94-
YUV88.04133.63213.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 62.84%
GREEN value IS 25 (10.16% from 255) = 7.55%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=62.84%
G=7.55%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208259800.880.530.18336.0778.5445.69
HexD0196205835121504f2e
Octal320311420130652252011756
Binary1101000011001110001001011000110101100101010100001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d01962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d01962; }

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

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

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

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

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

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

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

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