#DE1577

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

Shades of Ruby #DE1577

Tints of Ruby #DE1577

Color information

#DE1577 (or 0xDE1577) is unknown color: approx Ruby. HEX triplet: DE, 15 and 77. RGB value is (222,21,119). Sum of RGB (Red+Green+Blue) = 222+21+119=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1577 is #21EA88. Grayscale: #5C5C5C. Windows color (decimal): -2222729 or 7804382. OLE color: 7804382.

HSL color Cylindrical-coordinate representation of color #DE1577: hue angle of 330.75º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1577 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB22221119-
CMYK00.910.460.13
HSL330.75º82.72%47.65%-
HSV(B)330.75º90.54%87.06%-
XYZ33.7217.419.03-
YUV92.27143.09220.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 61.33%
GREEN value IS 21 (8.59% from 255) = 5.80%
BLUE value IS 119 (46.88% from 255) = 32.87%
R=61.33%
G=5.80%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222111900.910.460.13330.7582.7247.65
HexDE157705B2ED14b5330
Octal336251670133561551312360
Binary110111101010111101110101101110111011011010010111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1577; }

 p { color: rgb(222,21,119); }

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

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

 a { background-color: rgb(222,21,119); }

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

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

 span { border-color: rgb(222,21,119); }

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