#D3495A

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

Shades of Mandy #D3495A

Tints of Mandy #D3495A

Color information

#D3495A (or 0xD3495A) is unknown color: approx Mandy. HEX triplet: D3, 49 and 5A. RGB value is (211,73,90). Sum of RGB (Red+Green+Blue) = 211+73+90=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D3495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3495A is #2CB6A5. Grayscale: #747474. Windows color (decimal): -2930342 or 5917139. OLE color: 5917139.

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

Color convert

RGB2117390-
CMYK00.650.570.17
HSL352.61º61.06%55.69%-
HSV(B)352.61º65.4%82.75%-
XYZ31.0919.3511.77-
YUV116.2113.22195.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.42%
GREEN value IS 73 (28.91% from 255) = 19.52%
BLUE value IS 90 (35.55% from 255) = 24.06%
R=56.42%
G=19.52%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211739000.650.570.17352.6161.0655.69
HexD3495A04139111613d38
Octal323111132010171215417570
Binary11010011100100110110100100000111100110001101100001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3495A; }

 p { color: rgb(211,73,90); }

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

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

 a { background-color: rgb(211,73,90); }

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

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

 span { border-color: rgb(211,73,90); }

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