#D9625E

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

Shades of Roman #D9625E

Tints of Roman #D9625E

Color information

#D9625E (or 0xD9625E) is unknown color: approx Roman. HEX triplet: D9, 62 and 5E. RGB value is (217,98,94). Sum of RGB (Red+Green+Blue) = 217+98+94=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9625E is #269DA1. Grayscale: #858585. Windows color (decimal): -2530722 or 6185689. OLE color: 6185689.

HSL color Cylindrical-coordinate representation of color #D9625E: hue angle of 1.95º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9625E is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB2179894-
CMYK00.550.570.15
HSL1.95º61.81%60.98%-
HSV(B)1.95º56.68%85.1%-
XYZ3524.313.43-
YUV133.12105.92187.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.06%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=53.06%
G=23.96%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217989400.550.570.151.9561.8160.98
HexD9625E03739F23e3d
Octal331142136067711727675
Binary11011001110001010111100110111111001111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9625E; }

 p { color: rgb(217,98,94); }

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

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

 a { background-color: rgb(217,98,94); }

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

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

 span { border-color: rgb(217,98,94); }

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