#D61355

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

Shades of Ruby #D61355

Tints of Ruby #D61355

Color information

#D61355 (or 0xD61355) is unknown color: approx Ruby. HEX triplet: D6, 13 and 55. RGB value is (214,19,85). Sum of RGB (Red+Green+Blue) = 214+19+85=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D61355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61355 is #29ECAA. Grayscale: #545454. Windows color (decimal): -2747563 or 5575638. OLE color: 5575638.

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

Color convert

RGB2141985-
CMYK00.910.600.16
HSL339.69º83.69%45.69%-
HSV(B)339.69º91.12%83.92%-
XYZ29.615.4210.01-
YUV84.83128.1220.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 67.30%
GREEN value IS 19 (7.81% from 255) = 5.97%
BLUE value IS 85 (33.59% from 255) = 26.73%
R=67.30%
G=5.97%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214198500.910.600.16339.6983.6945.69
HexD6135505B3C10154542e
Octal326231250133742052412456
Binary1101011010011101010101011011111100100001010101001010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61355; }

 p { color: rgb(214,19,85); }

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

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

 a { background-color: rgb(214,19,85); }

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

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

 span { border-color: rgb(214,19,85); }

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