#D56688

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

Shades of Charm #D56688

Tints of Charm #D56688

Color information

#D56688 (or 0xD56688) is unknown color: approx Charm. HEX triplet: D5, 66 and 88. RGB value is (213,102,136). Sum of RGB (Red+Green+Blue) = 213+102+136=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D56688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56688 is #2A9977. Grayscale: #8B8B8B. Windows color (decimal): -2791800 or 8939221. OLE color: 8939221.

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

Color convert

RGB213102136-
CMYK00.520.360.16
HSL341.62º56.92%61.76%-
HSV(B)341.62º52.11%83.53%-
XYZ36.6425.4326.27-
YUV139.06126.27180.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 102 (40.23% from 255) = 22.62%
BLUE value IS 136 (53.52% from 255) = 30.16%
R=47.23%
G=22.62%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310213600.520.360.16341.6256.9261.76
HexD566880342410156393e
Octal32514621006444205267176
Binary11010101110011010001000011010010010010000101010110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56688; }

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

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

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

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

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

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

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

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