#D74255

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

Shades of Mandy #D74255

Tints of Mandy #D74255

Color information

#D74255 (or 0xD74255) is unknown color: approx Mandy. HEX triplet: D7, 42 and 55. RGB value is (215,66,85). Sum of RGB (Red+Green+Blue) = 215+66+85=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D74255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74255 is #28BDAA. Grayscale: #707070. Windows color (decimal): -2669995 or 5587671. OLE color: 5587671.

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

Color convert

RGB2156685-
CMYK00.690.600.16
HSL352.35º65.07%55.1%-
HSV(B)352.35º69.3%84.31%-
XYZ31.611910.6-
YUV112.72112.36200.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.74%
GREEN value IS 66 (26.17% from 255) = 18.03%
BLUE value IS 85 (33.59% from 255) = 23.22%
R=58.74%
G=18.03%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215668500.690.600.16352.3565.0755.1
HexD742550453C101604137
Octal3271021250105742054010167
Binary110101111000010101010101000101111100100001011000001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74255; }

 p { color: rgb(215,66,85); }

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

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

 a { background-color: rgb(215,66,85); }

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

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

 span { border-color: rgb(215,66,85); }

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