#DD1B62

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

Shades of Ruby #DD1B62

Tints of Ruby #DD1B62

Color information

#DD1B62 (or 0xDD1B62) is unknown color: approx Ruby. HEX triplet: DD, 1B and 62. RGB value is (221,27,98). Sum of RGB (Red+Green+Blue) = 221+27+98=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1B62 is #22E49D. Grayscale: #5D5D5D. Windows color (decimal): -2286750 or 6429661. OLE color: 6429661.

HSL color Cylindrical-coordinate representation of color #DD1B62: hue angle of 338.04º 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 #DD1B62 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB2212798-
CMYK00.880.560.13
HSL338.04º78.23%48.63%-
HSV(B)338.04º87.78%86.67%-
XYZ32.4217.0413.14-
YUV93.1130.77219.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 63.87%
GREEN value IS 27 (10.94% from 255) = 7.80%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=63.87%
G=7.80%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221279800.880.560.13338.0478.2348.63
HexDD1B6205838D1524e31
Octal335331420130701552211661
Binary110111011101111000100101100011100011011010100101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1B62; }

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

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

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

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

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

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

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

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