#D56863

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

Shades of Roman #D56863

Tints of Roman #D56863

Color information

#D56863 (or 0xD56863) is unknown color: approx Roman. HEX triplet: D5, 68 and 63. RGB value is (213,104,99). Sum of RGB (Red+Green+Blue) = 213+104+99=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D56863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56863 is #2A979C. Grayscale: #888888. Windows color (decimal): -2791325 or 6514901. OLE color: 6514901.

HSL color Cylindrical-coordinate representation of color #D56863: hue angle of 2.63º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56863 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21310499-
CMYK00.510.540.16
HSL2.63º57.58%61.18%-
HSV(B)2.63º53.52%83.53%-
XYZ34.6424.9514.79-
YUV136.02107.11182.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.20%
GREEN value IS 104 (41.02% from 255) = 25%
BLUE value IS 99 (39.06% from 255) = 23.80%
R=51.20%
G=25%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131049900.510.540.162.6357.5861.18
HexD56863033361033a3d
Octal325150143063662037275
Binary110101011101000110001101100111101101000011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56863; }

 p { color: rgb(213,104,99); }

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

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

 a { background-color: rgb(213,104,99); }

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

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

 span { border-color: rgb(213,104,99); }

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