#D65152

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

Shades of Mandy #D65152

Tints of Mandy #D65152

Color information

#D65152 (or 0xD65152) is unknown color: approx Mandy. HEX triplet: D6, 51 and 52. RGB value is (214,81,82). Sum of RGB (Red+Green+Blue) = 214+81+82=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D65152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65152 is #29AEAD. Grayscale: #797979. Windows color (decimal): -2731694 or 5394902. OLE color: 5394902.

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

Color convert

RGB2148182-
CMYK00.620.620.16
HSL359.55º61.86%57.84%-
HSV(B)359.55º62.15%83.92%-
XYZ32.220.7910.3-
YUV120.88106.06194.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.76%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 82 (32.42% from 255) = 21.75%
R=56.76%
G=21.49%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214818200.620.620.16359.5561.8657.84
HexD6515203E3E101683e3a
Octal32612112207676205507672
Binary1101011010100011010010011111011111010000101101000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65152; }

 p { color: rgb(214,81,82); }

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

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

 a { background-color: rgb(214,81,82); }

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

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

 span { border-color: rgb(214,81,82); }

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