#D26C85

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

Shades of Charm #D26C85

Tints of Charm #D26C85

Color information

#D26C85 (or 0xD26C85) is unknown color: approx Charm. HEX triplet: D2, 6C and 85. RGB value is (210,108,133). Sum of RGB (Red+Green+Blue) = 210+108+133=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26C85 is #2D937A. Grayscale: #8D8D8D. Windows color (decimal): -2986875 or 8744146. OLE color: 8744146.

HSL color Cylindrical-coordinate representation of color #D26C85: hue angle of 345.29º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26C85 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB210108133-
CMYK00.490.370.18
HSL345.29º53.12%62.35%-
HSV(B)345.29º48.57%82.35%-
XYZ36.1726.1225.33-
YUV141.35123.29176.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.56%
GREEN value IS 108 (42.58% from 255) = 23.95%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=46.56%
G=23.95%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010813300.490.370.18345.2953.1262.35
HexD26C850312512159353e
Octal32215420506145225316576
Binary11010010110110010000101011000110010110010101011001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C85; }

 p { color: rgb(210,108,133); }

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

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

 a { background-color: rgb(210,108,133); }

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

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

 span { border-color: rgb(210,108,133); }

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