#D5425A

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

Shades of Mandy #D5425A

Tints of Mandy #D5425A

Color information

#D5425A (or 0xD5425A) is unknown color: approx Mandy. HEX triplet: D5, 42 and 5A. RGB value is (213,66,90). Sum of RGB (Red+Green+Blue) = 213+66+90=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D5425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5425A is #2ABDA5. Grayscale: #707070. Windows color (decimal): -2801062 or 5915349. OLE color: 5915349.

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

Color convert

RGB2136690-
CMYK00.690.580.16
HSL350.2º63.64%54.71%-
HSV(B)350.2º69.01%83.53%-
XYZ31.2318.7811.65-
YUV112.69115.2199.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.72%
GREEN value IS 66 (26.17% from 255) = 17.89%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=57.72%
G=17.89%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213669000.690.580.16350.263.6454.71
HexD5425A0453A1015e4037
Octal3251021320105722053610067
Binary110101011000010101101001000101111010100001010111101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5425A; }

 p { color: rgb(213,66,90); }

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

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

 a { background-color: rgb(213,66,90); }

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

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

 span { border-color: rgb(213,66,90); }

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