#D46788

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

Shades of Charm #D46788

Tints of Charm #D46788

Color information

#D46788 (or 0xD46788) is unknown color: approx Charm. HEX triplet: D4, 67 and 88. RGB value is (212,103,136). Sum of RGB (Red+Green+Blue) = 212+103+136=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D46788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46788 is #2B9877. Grayscale: #8B8B8B. Windows color (decimal): -2857080 or 8939476. OLE color: 8939476.

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

Color convert

RGB212103136-
CMYK00.510.360.17
HSL341.83º55.9%61.76%-
HSV(B)341.83º51.42%83.14%-
XYZ36.4525.4826.29-
YUV139.35126.11179.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 136 (53.52% from 255) = 30.16%
R=47.01%
G=22.84%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210313600.510.360.17341.8355.961.76
HexD467880332411156383e
Octal32414721006344215267076
Binary11010100110011110001000011001110010010001101010110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46788; }

 p { color: rgb(212,103,136); }

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

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

 a { background-color: rgb(212,103,136); }

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

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

 span { border-color: rgb(212,103,136); }

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