#DD1B75

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

Shades of Ruby #DD1B75

Tints of Ruby #DD1B75

Color information

#DD1B75 (or 0xDD1B75) is unknown color: approx Ruby. HEX triplet: DD, 1B and 75. RGB value is (221,27,117). Sum of RGB (Red+Green+Blue) = 221+27+117=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1B75 is #22E48A. Grayscale: #5F5F5F. Windows color (decimal): -2286731 or 7674845. OLE color: 7674845.

HSL color Cylindrical-coordinate representation of color #DD1B75: hue angle of 332.16º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B75 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB22127117-
CMYK00.880.470.13
HSL332.16º78.23%48.63%-
HSV(B)332.16º87.78%86.67%-
XYZ33.4217.4418.43-
YUV95.27140.27217.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.55%
GREEN value IS 27 (10.94% from 255) = 7.40%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=60.55%
G=7.40%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212711700.880.470.13332.1678.2348.63
HexDD1B750582FD14c4e31
Octal335331650130571551411661
Binary110111011101111101010101100010111111011010011001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1B75; }

 p { color: rgb(221,27,117); }

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

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

 a { background-color: rgb(221,27,117); }

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

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

 span { border-color: rgb(221,27,117); }

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