#D56285

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

Shades of Charm #D56285

Tints of Charm #D56285

Color information

#D56285 (or 0xD56285) is unknown color: approx Charm. HEX triplet: D5, 62 and 85. RGB value is (213,98,133). Sum of RGB (Red+Green+Blue) = 213+98+133=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D56285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56285 is #2A9D7A. Grayscale: #888888. Windows color (decimal): -2792827 or 8741589. OLE color: 8741589.

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

Color convert

RGB21398133-
CMYK00.540.380.16
HSL341.74º57.79%60.98%-
HSV(B)341.74º53.99%83.53%-
XYZ36.0424.5725.03-
YUV136.38126.1182.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 98 (38.67% from 255) = 22.07%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=47.97%
G=22.07%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139813300.540.380.16341.7457.7960.98
HexD5628503626101563a3d
Octal32514220506646205267275
Binary11010101110001010000101011011010011010000101010110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56285; }

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

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

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

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

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

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

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

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