#CD1D61

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

Shades of Ruby #CD1D61

Tints of Ruby #CD1D61

Color information

#CD1D61 (or 0xCD1D61) is unknown color: approx Ruby. HEX triplet: CD, 1D and 61. RGB value is (205,29,97). Sum of RGB (Red+Green+Blue) = 205+29+97=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1D61 is #32E29E. Grayscale: #595959. Windows color (decimal): -3334815 or 6364621. OLE color: 6364621.

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

Color convert

RGB2052997-
CMYK00.860.530.20
HSL336.82º75.21%45.88%-
HSV(B)336.82º85.85%80.39%-
XYZ27.7714.7212.69-
YUV89.38132.31210.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.93%
GREEN value IS 29 (11.72% from 255) = 8.76%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=61.93%
G=8.76%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205299700.860.530.20336.8275.2145.88
HexCD1D6105635141514b2e
Octal315351410126652452111356
Binary1100110111101110000101010110110101101001010100011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1D61; }

 p { color: rgb(205,29,97); }

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

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

 a { background-color: rgb(205,29,97); }

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

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

 span { border-color: rgb(205,29,97); }

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