#d01967

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

Shades of Ruby #D01967

Tints of Ruby #D01967

Color information

#D01967 (or 0xD01967) is unknown color: approx Ruby. HEX triplet: D0, 19 and 67. RGB value is (208,25,103). Sum of RGB (Red+Green+Blue) = 208+25+103=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D01967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01967 is #2FE698. Grayscale: #585858. Windows color (decimal): -3139225 or 6756816. OLE color: 6756816.

HSL color Cylindrical-coordinate representation of color #D01967: hue angle of 334.43º 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 #D01967 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB20825103-
CMYK00.880.500.18
HSL334.43º78.54%45.69%-
HSV(B)334.43º87.98%81.57%-
XYZ28.8115.0814.23-
YUV88.61136.13213.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.90%
GREEN value IS 25 (10.16% from 255) = 7.44%
BLUE value IS 103 (40.62% from 255) = 30.65%
R=61.90%
G=7.44%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082510300.880.500.18334.4378.5445.69
HexD01967058321214e4f2e
Octal320311470130622251611756
Binary1101000011001110011101011000110010100101010011101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d01967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d01967; }

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

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

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

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

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

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

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

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