#D84348

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

Shades of Mandy #D84348

Tints of Mandy #D84348

Color information

#D84348 (or 0xD84348) is unknown color: approx Mandy. HEX triplet: D8, 43 and 48. RGB value is (216,67,72). Sum of RGB (Red+Green+Blue) = 216+67+72=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D84348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84348 is #27BCB7. Grayscale: #707070. Windows color (decimal): -2604216 or 4735960. OLE color: 4735960.

HSL color Cylindrical-coordinate representation of color #D84348: hue angle of 357.99º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84348 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB2166772-
CMYK00.690.670.15
HSL357.99º65.64%55.49%-
HSV(B)357.99º68.98%84.71%-
XYZ31.519.088.15-
YUV112.12105.36202.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 60.85%
GREEN value IS 67 (26.56% from 255) = 18.87%
BLUE value IS 72 (28.52% from 255) = 20.28%
R=60.85%
G=18.87%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216677200.690.670.15357.9965.6455.49
HexD8434804543F1664237
Octal33010311001051031754610267
Binary110110001000011100100001000101100001111111011001101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84348; }

 p { color: rgb(216,67,72); }

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

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

 a { background-color: rgb(216,67,72); }

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

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

 span { border-color: rgb(216,67,72); }

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