#D56885

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

Shades of Charm #D56885

Tints of Charm #D56885

Color information

#D56885 (or 0xD56885) is unknown color: approx Charm. HEX triplet: D5, 68 and 85. RGB value is (213,104,133). Sum of RGB (Red+Green+Blue) = 213+104+133=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D56885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56885 is #2A977A. Grayscale: #8B8B8B. Windows color (decimal): -2791291 or 8743125. OLE color: 8743125.

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

Color convert

RGB213104133-
CMYK00.510.380.16
HSL344.04º56.48%62.16%-
HSV(B)344.04º51.17%83.53%-
XYZ36.6225.7425.23-
YUV139.9124.11180.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.33%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=47.33%
G=23.11%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310413300.510.380.16344.0456.4862.16
HexD568850332610158383e
Octal32515020506346205307076
Binary11010101110100010000101011001110011010000101011000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56885; }

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

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

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

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

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

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

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

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