#D43F98

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

Shades of Mulberry #D43F98

Tints of Mulberry #D43F98

Color information

#D43F98 (or 0xD43F98) is unknown color: approx Mulberry. HEX triplet: D4, 3F and 98. RGB value is (212,63,152). Sum of RGB (Red+Green+Blue) = 212+63+152=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43F98 is #2BC067. Grayscale: #757575. Windows color (decimal): -2867304 or 9977812. OLE color: 9977812.

HSL color Cylindrical-coordinate representation of color #D43F98: hue angle of 324.16º 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 #D43F98 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB21263152-
CMYK00.700.280.17
HSL324.16º63.4%53.92%-
HSV(B)324.16º70.28%83.14%-
XYZ34.619.8231.71-
YUV117.7147.36195.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.65%
GREEN value IS 63 (25% from 255) = 14.75%
BLUE value IS 152 (59.77% from 255) = 35.60%
R=49.65%
G=14.75%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126315200.700.280.17324.1663.453.92
HexD43F980461C111443f36
Octal32477230010634215047766
Binary1101010011111110011000010001101110010001101000100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43F98; }

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

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

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

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

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

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

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

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