#D5425D

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

Shades of Mandy #D5425D

Tints of Mandy #D5425D

Color information

#D5425D (or 0xD5425D) is unknown color: approx Mandy. HEX triplet: D5, 42 and 5D. RGB value is (213,66,93). Sum of RGB (Red+Green+Blue) = 213+66+93=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5425D is #2ABDA2. Grayscale: #717171. Windows color (decimal): -2801059 or 6111957. OLE color: 6111957.

HSL color Cylindrical-coordinate representation of color #D5425D: hue angle of 348.98º 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 #D5425D is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB2136693-
CMYK00.690.560.16
HSL348.98º63.64%54.71%-
HSV(B)348.98º69.01%83.53%-
XYZ31.3618.8312.34-
YUV113.03116.7199.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.26%
GREEN value IS 66 (26.17% from 255) = 17.74%
BLUE value IS 93 (36.72% from 255) = 25%
R=57.26%
G=17.74%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213669300.690.560.16348.9863.6454.71
HexD5425D045381015d4037
Octal3251021350105702053510067
Binary110101011000010101110101000101111000100001010111011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5425D; }

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

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

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

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

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

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

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

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