#DE1269

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

Shades of Ruby #DE1269

Tints of Ruby #DE1269

Color information

#DE1269 (or 0xDE1269) is unknown color: approx Ruby. HEX triplet: DE, 12 and 69. RGB value is (222,18,105). Sum of RGB (Red+Green+Blue) = 222+18+105=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1269 is #21ED96. Grayscale: #585858. Windows color (decimal): -2223511 or 6886110. OLE color: 6886110.

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

Color convert

RGB22218105-
CMYK00.920.530.13
HSL334.41º85%47.06%-
HSV(B)334.41º91.89%87.06%-
XYZ32.8916.9814.91-
YUV88.91137.09222.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 64.35%
GREEN value IS 18 (7.42% from 255) = 5.22%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=64.35%
G=5.22%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221810500.920.530.13334.418547.06
HexDE126905C35D14e552f
Octal336221510134651551612557
Binary110111101001011010010101110011010111011010011101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1269; }

 p { color: rgb(222,18,105); }

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

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

 a { background-color: rgb(222,18,105); }

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

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

 span { border-color: rgb(222,18,105); }

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