#D45D5A

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

Shades of Roman #D45D5A

Tints of Roman #D45D5A

Color information

#D45D5A (or 0xD45D5A) is unknown color: approx Roman. HEX triplet: D4, 5D and 5A. RGB value is (212,93,90). Sum of RGB (Red+Green+Blue) = 212+93+90=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45D5A is #2BA2A5. Grayscale: #808080. Windows color (decimal): -2859686 or 5922260. OLE color: 5922260.

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

Color convert

RGB2129390-
CMYK00.560.580.17
HSL1.48º58.65%59.22%-
HSV(B)1.48º57.55%83.14%-
XYZ32.9122.5612.29-
YUV128.24106.42187.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.67%
GREEN value IS 93 (36.72% from 255) = 23.54%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=53.67%
G=23.54%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212939000.560.580.171.4858.6559.22
HexD45D5A0383A1113b3b
Octal324135132070722117373
Binary11010100101110110110100111000111010100011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45D5A; }

 p { color: rgb(212,93,90); }

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

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

 a { background-color: rgb(212,93,90); }

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

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

 span { border-color: rgb(212,93,90); }

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