#dd215c

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

Shades of Ruby #DD215C

Tints of Ruby #DD215C

Color information

#DD215C (or 0xDD215C) is unknown color: approx Ruby. HEX triplet: DD, 21 and 5C. RGB value is (221,33,92). Sum of RGB (Red+Green+Blue) = 221+33+92=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD215C is #22DEA3. Grayscale: #5F5F5F. Windows color (decimal): -2285220 or 6037981. OLE color: 6037981.

HSL color Cylindrical-coordinate representation of color #DD215C: hue angle of 341.17º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD215C is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB2213392-
CMYK00.850.580.13
HSL341.17º74.02%49.8%-
HSV(B)341.17º85.07%86.67%-
XYZ32.2917.2311.75-
YUV95.94125.78217.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 63.87%
GREEN value IS 33 (13.28% from 255) = 9.54%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=63.87%
G=9.54%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221339200.850.580.13341.1774.0249.8
HexDD215C0553AD1554a32
Octal335411340125721552511262
Binary1101110110000110111000101010111101011011010101011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd215c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd215c; }

 p { color: rgb(221,33,92); }

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

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

 a { background-color: rgb(221,33,92); }

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

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

 span { border-color: rgb(221,33,92); }

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