#DD1E75

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

Shades of Ruby #DD1E75

Tints of Ruby #DD1E75

Color information

#DD1E75 (or 0xDD1E75) is unknown color: approx Ruby. HEX triplet: DD, 1E and 75. RGB value is (221,30,117). Sum of RGB (Red+Green+Blue) = 221+30+117=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E75 is #22E18A. Grayscale: #606060. Windows color (decimal): -2285963 or 7675613. OLE color: 7675613.

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

Color convert

RGB22130117-
CMYK00.860.470.13
HSL332.67º76.1%49.22%-
HSV(B)332.67º86.43%86.67%-
XYZ33.4917.5918.46-
YUV97.03139.28216.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.05%
GREEN value IS 30 (12.11% from 255) = 8.15%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=60.05%
G=8.15%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213011700.860.470.13332.6776.149.22
HexDD1E750562FD14d4c31
Octal335361650126571551511461
Binary110111011111011101010101011010111111011010011011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1E75; }

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

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

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

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

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

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

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

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