#D5484B

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

Shades of Mandy #D5484B

Tints of Mandy #D5484B

Color information

#D5484B (or 0xD5484B) is unknown color: approx Mandy. HEX triplet: D5, 48 and 4B. RGB value is (213,72,75). Sum of RGB (Red+Green+Blue) = 213+72+75=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5484B is #2AB7B4. Grayscale: #727272. Windows color (decimal): -2799541 or 4933845. OLE color: 4933845.

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

Color convert

RGB2137275-
CMYK00.660.650.16
HSL358.72º62.67%55.88%-
HSV(B)358.72º66.2%83.53%-
XYZ31.0319.298.74-
YUV114.5105.71198.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.17%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=59.17%
G=20%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213727500.660.650.16358.7262.6755.88
HexD5484B04241101673f38
Octal3251101130102101205477770
Binary110101011001000100101101000010100000110000101100111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5484B; }

 p { color: rgb(213,72,75); }

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

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

 a { background-color: rgb(213,72,75); }

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

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

 span { border-color: rgb(213,72,75); }

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