#D04B4C

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

Shades of Mandy #D04B4C

Tints of Mandy #D04B4C

Color information

#D04B4C (or 0xD04B4C) is unknown color: approx Mandy. HEX triplet: D0, 4B and 4C. RGB value is (208,75,76). Sum of RGB (Red+Green+Blue) = 208+75+76=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04B4C is #2FB4B3. Grayscale: #737373. Windows color (decimal): -3126452 or 5000144. OLE color: 5000144.

HSL color Cylindrical-coordinate representation of color #D04B4C: hue angle of 359.55º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04B4C is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB2087576-
CMYK00.640.630.18
HSL359.55º58.59%55.49%-
HSV(B)359.55º63.94%81.57%-
XYZ29.8318.968.93-
YUV114.88106.06194.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.94%
GREEN value IS 75 (29.69% from 255) = 20.89%
BLUE value IS 76 (30.08% from 255) = 21.17%
R=57.94%
G=20.89%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208757600.640.630.18359.5558.5955.49
HexD04B4C0403F121683b37
Octal320113114010077225507367
Binary11010000100101110011000100000011111110010101101000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04B4C; }

 p { color: rgb(208,75,76); }

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

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

 a { background-color: rgb(208,75,76); }

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

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

 span { border-color: rgb(208,75,76); }

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