#D56685

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

Shades of Charm #D56685

Tints of Charm #D56685

Color information

#D56685 (or 0xD56685) is unknown color: approx Charm. HEX triplet: D5, 66 and 85. RGB value is (213,102,133). Sum of RGB (Red+Green+Blue) = 213+102+133=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D56685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56685 is #2A997A. Grayscale: #8A8A8A. Windows color (decimal): -2791803 or 8742613. OLE color: 8742613.

HSL color Cylindrical-coordinate representation of color #D56685: hue angle of 343.24º 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 #D56685 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB213102133-
CMYK00.520.380.16
HSL343.24º56.92%61.76%-
HSV(B)343.24º52.11%83.53%-
XYZ36.4325.3425.16-
YUV138.72124.77180.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 102 (40.23% from 255) = 22.77%
BLUE value IS 133 (52.34% from 255) = 29.69%
R=47.54%
G=22.77%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310213300.520.380.16343.2456.9261.76
HexD566850342610157393e
Octal32514620506446205277176
Binary11010101110011010000101011010010011010000101010111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56685; }

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

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

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

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

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

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

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

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