#D65A57

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

Shades of Roman #D65A57

Tints of Roman #D65A57

Color information

#D65A57 (or 0xD65A57) is unknown color: approx Roman. HEX triplet: D6, 5A and 57. RGB value is (214,90,87). Sum of RGB (Red+Green+Blue) = 214+90+87=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A57 is #29A5A8. Grayscale: #7E7E7E. Windows color (decimal): -2729385 or 5724886. OLE color: 5724886.

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

Color convert

RGB2149087-
CMYK00.580.590.16
HSL1.42º60.77%59.02%-
HSV(B)1.42º59.35%83.92%-
XYZ33.1122.311.58-
YUV126.73105.58190.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.73%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 87 (34.38% from 255) = 22.25%
R=54.73%
G=23.02%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214908700.580.590.161.4260.7759.02
HexD65A5703A3B1013d3b
Octal326132127072732017573
Binary11010110101101010101110111010111011100001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65A57; }

 p { color: rgb(214,90,87); }

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

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

 a { background-color: rgb(214,90,87); }

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

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

 span { border-color: rgb(214,90,87); }

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