#D56380

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

Shades of Charm #D56380

Tints of Charm #D56380

Color information

#D56380 (or 0xD56380) is unknown color: approx Charm. HEX triplet: D5, 63 and 80. RGB value is (213,99,128). Sum of RGB (Red+Green+Blue) = 213+99+128=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D56380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56380 is #2A9C7F. Grayscale: #888888. Windows color (decimal): -2792576 or 8414165. OLE color: 8414165.

HSL color Cylindrical-coordinate representation of color #D56380: hue angle of 344.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 #D56380 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB21399128-
CMYK00.540.400.16
HSL344.74º57.58%61.18%-
HSV(B)344.74º53.52%83.53%-
XYZ35.824.6323.29-
YUV136.39123.27182.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 99 (39.06% from 255) = 22.5%
BLUE value IS 128 (50.39% from 255) = 29.09%
R=48.41%
G=22.5%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139912800.540.400.16344.7457.5861.18
HexD5638003628101593a3d
Octal32514320006650205317275
Binary11010101110001110000000011011010100010000101011001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56380; }

 p { color: rgb(213,99,128); }

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

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

 a { background-color: rgb(213,99,128); }

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

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

 span { border-color: rgb(213,99,128); }

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