#D43F4D

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

Shades of Mandy #D43F4D

Tints of Mandy #D43F4D

Color information

#D43F4D (or 0xD43F4D) is unknown color: approx Mandy. HEX triplet: D4, 3F and 4D. RGB value is (212,63,77). Sum of RGB (Red+Green+Blue) = 212+63+77=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43F4D is #2BC0B2. Grayscale: #6D6D6D. Windows color (decimal): -2867379 or 5062612. OLE color: 5062612.

HSL color Cylindrical-coordinate representation of color #D43F4D: hue angle of 354.36º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D43F4D is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB2126377-
CMYK00.700.640.17
HSL354.36º63.4%53.92%-
HSV(B)354.36º70.28%83.14%-
XYZ30.2718.098.92-
YUV109.15109.86201.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 60.23%
GREEN value IS 63 (25% from 255) = 17.90%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=60.23%
G=17.90%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212637700.700.640.17354.3663.453.92
HexD43F4D04640111623f36
Octal324771150106100215427766
Binary11010100111111100110101000110100000010001101100010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43F4D; }

 p { color: rgb(212,63,77); }

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

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

 a { background-color: rgb(212,63,77); }

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

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

 span { border-color: rgb(212,63,77); }

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