#DA0D6C

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

Shades of Ruby #DA0D6C

Tints of Ruby #DA0D6C

Color information

#DA0D6C (or 0xDA0D6C) is unknown color: approx Ruby. HEX triplet: DA, 0D and 6C. RGB value is (218,13,108). Sum of RGB (Red+Green+Blue) = 218+13+108=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0D6C is #25F293. Grayscale: #545454. Windows color (decimal): -2486932 or 7081434. OLE color: 7081434.

HSL color Cylindrical-coordinate representation of color #DA0D6C: hue angle of 332.2º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0D6C is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB21813108-
CMYK00.940.500.15
HSL332.2º88.74%45.29%-
HSV(B)332.2º94.04%85.49%-
XYZ31.7616.2815.65-
YUV85.12140.92222.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.31%
GREEN value IS 13 (5.47% from 255) = 3.83%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=64.31%
G=3.83%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181310800.940.500.15332.288.7445.29
HexDAD6C05E32F14c592d
Octal332151540136621751413155
Binary11011010110111011000101111011001011111010011001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0D6C; }

 p { color: rgb(218,13,108); }

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

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

 a { background-color: rgb(218,13,108); }

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

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

 span { border-color: rgb(218,13,108); }

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