#D0424A

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

Shades of Mandy #D0424A

Tints of Mandy #D0424A

Color information

#D0424A (or 0xD0424A) is unknown color: approx Mandy. HEX triplet: D0, 42 and 4A. RGB value is (208,66,74). Sum of RGB (Red+Green+Blue) = 208+66+74=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D0424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0424A is #2FBDB5. Grayscale: #6D6D6D. Windows color (decimal): -3128758 or 4866768. OLE color: 4866768.

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

Color convert

RGB2086674-
CMYK00.680.640.18
HSL356.62º60.17%53.73%-
HSV(B)356.62º68.27%81.57%-
XYZ29.217.88.38-
YUV109.37108.04198.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.77%
GREEN value IS 66 (26.17% from 255) = 18.97%
BLUE value IS 74 (29.30% from 255) = 21.26%
R=59.77%
G=18.97%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208667400.680.640.18356.6260.1753.73
HexD0424A04440121653c36
Octal3201021120104100225457466
Binary110100001000010100101001000100100000010010101100101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0424A; }

 p { color: rgb(208,66,74); }

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

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

 a { background-color: rgb(208,66,74); }

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

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

 span { border-color: rgb(208,66,74); }

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