#DF1462

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

Shades of Ruby #DF1462

Tints of Ruby #DF1462

Color information

#DF1462 (or 0xDF1462) is unknown color: approx Ruby. HEX triplet: DF, 14 and 62. RGB value is (223,20,98). Sum of RGB (Red+Green+Blue) = 223+20+98=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1462 is #20EB9D. Grayscale: #595959. Windows color (decimal): -2157470 or 6427871. OLE color: 6427871.

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

Color convert

RGB2232098-
CMYK00.910.560.13
HSL336.95º83.54%47.65%-
HSV(B)336.95º91.03%87.45%-
XYZ32.8917.0713.12-
YUV89.59132.75223.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.40%
GREEN value IS 20 (8.20% from 255) = 5.87%
BLUE value IS 98 (38.67% from 255) = 28.74%
R=65.40%
G=5.87%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223209800.910.560.13336.9583.5447.65
HexDF146205B38D1515430
Octal337241420133701552112460
Binary110111111010011000100101101111100011011010100011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1462; }

 p { color: rgb(223,20,98); }

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

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

 a { background-color: rgb(223,20,98); }

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

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

 span { border-color: rgb(223,20,98); }

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