#CD0D6E

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

Shades of Ruby #CD0D6E

Tints of Ruby #CD0D6E

Color information

#CD0D6E (or 0xCD0D6E) is unknown color: approx Ruby. HEX triplet: CD, 0D and 6E. RGB value is (205,13,110). Sum of RGB (Red+Green+Blue) = 205+13+110=328 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.5% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0D6E is #32F291. Grayscale: #515151. Windows color (decimal): -3338898 or 7212493. OLE color: 7212493.

HSL color Cylindrical-coordinate representation of color #CD0D6E: hue angle of 329.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0D6E is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB20513110-
CMYK00.940.460.20
HSL329.69º88.07%42.75%-
HSV(B)329.69º93.66%80.39%-
XYZ28.1414.3916.05-
YUV81.47144.11216.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 62.5%
GREEN value IS 13 (5.47% from 255) = 3.96%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=62.5%
G=3.96%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051311000.940.460.20329.6988.0742.75
HexCDD6E05E2E1414a582b
Octal315151560136562451213053
Binary110011011101110111001011110101110101001010010101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0D6E; }

 p { color: rgb(205,13,110); }

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

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

 a { background-color: rgb(205,13,110); }

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

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

 span { border-color: rgb(205,13,110); }

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