#D54452

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

Shades of Mandy #D54452

Tints of Mandy #D54452

Color information

#D54452 (or 0xD54452) is unknown color: approx Mandy. HEX triplet: D5, 44 and 52. RGB value is (213,68,82). Sum of RGB (Red+Green+Blue) = 213+68+82=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D54452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54452 is #2ABBAD. Grayscale: #717171. Windows color (decimal): -2800558 or 5391573. OLE color: 5391573.

HSL color Cylindrical-coordinate representation of color #D54452: hue angle of 354.21º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54452 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB2136882-
CMYK00.680.620.16
HSL354.21º63.32%55.1%-
HSV(B)354.21º68.08%83.53%-
XYZ31.0318.899.99-
YUV112.95110.54199.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.68%
GREEN value IS 68 (26.95% from 255) = 18.73%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=58.68%
G=18.73%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213688200.680.620.16354.2163.3255.1
HexD544520443E101623f37
Octal325104122010476205427767
Binary11010101100010010100100100010011111010000101100010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54452; }

 p { color: rgb(213,68,82); }

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

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

 a { background-color: rgb(213,68,82); }

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

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

 span { border-color: rgb(213,68,82); }

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