#D65354

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

Shades of Mandy #D65354

Tints of Mandy #D65354

Color information

#D65354 (or 0xD65354) is unknown color: approx Mandy. HEX triplet: D6, 53 and 54. RGB value is (214,83,84). Sum of RGB (Red+Green+Blue) = 214+83+84=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D65354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65354 is #29ACAB. Grayscale: #7A7A7A. Windows color (decimal): -2731180 or 5526486. OLE color: 5526486.

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

Color convert

RGB2148384-
CMYK00.610.610.16
HSL359.54º61.5%58.24%-
HSV(B)359.54º61.21%83.92%-
XYZ32.4321.1210.76-
YUV122.28106.4193.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.17%
GREEN value IS 83 (32.81% from 255) = 21.78%
BLUE value IS 84 (33.20% from 255) = 22.05%
R=56.17%
G=21.78%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214838400.610.610.16359.5461.558.24
HexD6535403D3D101683e3a
Octal32612312407575205507672
Binary1101011010100111010100011110111110110000101101000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65354; }

 p { color: rgb(214,83,84); }

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

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

 a { background-color: rgb(214,83,84); }

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

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

 span { border-color: rgb(214,83,84); }

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