#D5425C

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

Shades of Mandy #D5425C

Tints of Mandy #D5425C

Color information

#D5425C (or 0xD5425C) is unknown color: approx Mandy. HEX triplet: D5, 42 and 5C. RGB value is (213,66,92). Sum of RGB (Red+Green+Blue) = 213+66+92=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5425C is #2ABDA3. Grayscale: #707070. Windows color (decimal): -2801060 or 6046421. OLE color: 6046421.

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

Color convert

RGB2136692-
CMYK00.690.570.16
HSL349.39º63.64%54.71%-
HSV(B)349.39º69.01%83.53%-
XYZ31.3218.8212.11-
YUV112.92116.2199.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.41%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=57.41%
G=17.79%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213669200.690.570.16349.3963.6454.71
HexD5425C045391015d4037
Octal3251021340105712053510067
Binary110101011000010101110001000101111001100001010111011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5425C; }

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

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

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

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

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

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

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

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