#DF0B62

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

Shades of Ruby #DF0B62

Tints of Ruby #DF0B62

Color information

#DF0B62 (or 0xDF0B62) is unknown color: approx Ruby. HEX triplet: DF, 0B and 62. RGB value is (223,11,98). Sum of RGB (Red+Green+Blue) = 223+11+98=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0B62 is #20F49D. Grayscale: #545454. Windows color (decimal): -2159774 or 6425567. OLE color: 6425567.

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

Color convert

RGB2231198-
CMYK00.950.560.13
HSL335.38º90.6%45.88%-
HSV(B)335.38º95.07%87.45%-
XYZ32.7616.8113.07-
YUV84.31135.74226.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 67.17%
GREEN value IS 11 (4.69% from 255) = 3.31%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=67.17%
G=3.31%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223119800.950.560.13335.3890.645.88
HexDFB6205F38D14f5b2e
Octal337131420137701551713356
Binary11011111101111000100101111111100011011010011111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0B62; }

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

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

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

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

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

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

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

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