#DD1F66

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

Shades of Ruby #DD1F66

Tints of Ruby #DD1F66

Color information

#DD1F66 (or 0xDD1F66) is unknown color: approx Ruby. HEX triplet: DD, 1F and 66. RGB value is (221,31,102). Sum of RGB (Red+Green+Blue) = 221+31+102=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1F66 is #22E099. Grayscale: #5F5F5F. Windows color (decimal): -2285722 or 6692829. OLE color: 6692829.

HSL color Cylindrical-coordinate representation of color #DD1F66: hue angle of 337.58º degrees, saturation: 0.75, 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 #DD1F66 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB22131102-
CMYK00.860.540.13
HSL337.58º75.4%49.41%-
HSV(B)337.58º85.97%86.67%-
XYZ32.7117.3114.19-
YUV95.9131.45217.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.43%
GREEN value IS 31 (12.5% from 255) = 8.76%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=62.43%
G=8.76%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213110200.860.540.13337.5875.449.41
HexDD1F6605636D1524b31
Octal335371460126661552211361
Binary110111011111111001100101011011011011011010100101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1F66; }

 p { color: rgb(221,31,102); }

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

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

 a { background-color: rgb(221,31,102); }

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

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

 span { border-color: rgb(221,31,102); }

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