#D61967

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

Shades of Ruby #D61967

Tints of Ruby #D61967

Color information

#D61967 (or 0xD61967) is unknown color: approx Ruby. HEX triplet: D6, 19 and 67. RGB value is (214,25,103). Sum of RGB (Red+Green+Blue) = 214+25+103=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D61967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61967 is #29E698. Grayscale: #5A5A5A. Windows color (decimal): -2746009 or 6756822. OLE color: 6756822.

HSL color Cylindrical-coordinate representation of color #D61967: hue angle of 335.24º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61967 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB21425103-
CMYK00.880.520.16
HSL335.24º79.08%46.86%-
HSV(B)335.24º88.32%83.92%-
XYZ30.5315.9714.31-
YUV90.4135.12216.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.57%
GREEN value IS 25 (10.16% from 255) = 7.31%
BLUE value IS 103 (40.62% from 255) = 30.12%
R=62.57%
G=7.31%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142510300.880.520.16335.2479.0846.86
HexD61967058341014f4f2f
Octal326311470130642051711757
Binary1101011011001110011101011000110100100001010011111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61967; }

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

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

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

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

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

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

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

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