#D56682

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

Shades of Charm #D56682

Tints of Charm #D56682

Color information

#D56682 (or 0xD56682) is unknown color: approx Charm. HEX triplet: D5, 66 and 82. RGB value is (213,102,130). Sum of RGB (Red+Green+Blue) = 213+102+130=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D56682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56682 is #2A997D. Grayscale: #8A8A8A. Windows color (decimal): -2791806 or 8546005. OLE color: 8546005.

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

Color convert

RGB213102130-
CMYK00.520.390.16
HSL344.86º56.92%61.76%-
HSV(B)344.86º52.11%83.53%-
XYZ36.2225.2624.09-
YUV138.38123.27181.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.87%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 130 (51.17% from 255) = 29.21%
R=47.87%
G=22.92%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310213000.520.390.16344.8656.9261.76
HexD566820342710159393e
Octal32514620206447205317176
Binary11010101110011010000010011010010011110000101011001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56682; }

 p { color: rgb(213,102,130); }

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

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

 a { background-color: rgb(213,102,130); }

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

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

 span { border-color: rgb(213,102,130); }

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