#D65461

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

Shades of Mandy #D65461

Tints of Mandy #D65461

Color information

#D65461 (or 0xD65461) is unknown color: approx Mandy. HEX triplet: D6, 54 and 61. RGB value is (214,84,97). Sum of RGB (Red+Green+Blue) = 214+84+97=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D65461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65461 is #29AB9E. Grayscale: #7C7C7C. Windows color (decimal): -2730911 or 6378710. OLE color: 6378710.

HSL color Cylindrical-coordinate representation of color #D65461: hue angle of 354º degrees, saturation: 0.61, 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 #D65461 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB2148497-
CMYK00.610.550.16
HSL354º61.32%58.43%-
HSV(B)354º60.75%83.92%-
XYZ33.0621.513.72-
YUV124.35112.57191.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.18%
GREEN value IS 84 (33.20% from 255) = 21.27%
BLUE value IS 97 (38.28% from 255) = 24.56%
R=54.18%
G=21.27%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214849700.610.550.1635461.3258.43
HexD6546103D37101623d3a
Octal32612414107567205427572
Binary1101011010101001100001011110111011110000101100010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65461; }

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

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

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

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

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

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

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

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