#D61754

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

Shades of Ruby #D61754

Tints of Ruby #D61754

Color information

#D61754 (or 0xD61754) is unknown color: approx Ruby. HEX triplet: D6, 17 and 54. RGB value is (214,23,84). Sum of RGB (Red+Green+Blue) = 214+23+84=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D61754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61754 is #29E8AB. Grayscale: #575757. Windows color (decimal): -2746540 or 5511126. OLE color: 5511126.

HSL color Cylindrical-coordinate representation of color #D61754: hue angle of 340.84º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61754 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB2142384-
CMYK00.890.610.16
HSL340.84º80.59%46.47%-
HSV(B)340.84º89.25%83.92%-
XYZ29.6415.559.83-
YUV87.06126.28218.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 66.67%
GREEN value IS 23 (9.38% from 255) = 7.17%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=66.67%
G=7.17%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214238400.890.610.16340.8480.5946.47
HexD617540593D10155512e
Octal326271240131752052512156
Binary1101011010111101010001011001111101100001010101011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61754; }

 p { color: rgb(214,23,84); }

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

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

 a { background-color: rgb(214,23,84); }

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

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

 span { border-color: rgb(214,23,84); }

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