#D61E6C

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

Shades of Ruby #D61E6C

Tints of Ruby #D61E6C

Color information

#D61E6C (or 0xD61E6C) is unknown color: approx Ruby. HEX triplet: D6, 1E and 6C. RGB value is (214,30,108). Sum of RGB (Red+Green+Blue) = 214+30+108=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61E6C is #29E193. Grayscale: #5D5D5D. Windows color (decimal): -2744724 or 7085782. OLE color: 7085782.

HSL color Cylindrical-coordinate representation of color #D61E6C: hue angle of 334.57º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61E6C is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB21430108-
CMYK00.860.500.16
HSL334.57º75.41%47.84%-
HSV(B)334.57º85.98%83.92%-
XYZ30.916.3115.71-
YUV93.91135.96213.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.80%
GREEN value IS 30 (12.11% from 255) = 8.52%
BLUE value IS 108 (42.58% from 255) = 30.68%
R=60.80%
G=8.52%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143010800.860.500.16334.5775.4147.84
HexD61E6C056321014f4b30
Octal326361540126622051711360
Binary1101011011110110110001010110110010100001010011111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61E6C; }

 p { color: rgb(214,30,108); }

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

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

 a { background-color: rgb(214,30,108); }

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

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

 span { border-color: rgb(214,30,108); }

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