#D54158

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

Shades of Mandy #D54158

Tints of Mandy #D54158

Color information

#D54158 (or 0xD54158) is unknown color: approx Mandy. HEX triplet: D5, 41 and 58. RGB value is (213,65,88). Sum of RGB (Red+Green+Blue) = 213+65+88=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D54158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54158 is #2ABEA7. Grayscale: #6F6F6F. Windows color (decimal): -2801320 or 5784021. OLE color: 5784021.

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

Color convert

RGB2136588-
CMYK00.690.590.16
HSL350.68º63.79%54.51%-
HSV(B)350.68º69.48%83.53%-
XYZ31.0918.6311.19-
YUV111.87114.53200.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.20%
GREEN value IS 65 (25.78% from 255) = 17.76%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=58.20%
G=17.76%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213658800.690.590.16350.6863.7954.51
HexD541580453B1015f4037
Octal3251011300105732053710067
Binary110101011000001101100001000101111011100001010111111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54158; }

 p { color: rgb(213,65,88); }

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

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

 a { background-color: rgb(213,65,88); }

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

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

 span { border-color: rgb(213,65,88); }

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