#D26F82

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

Shades of Charm #D26F82

Tints of Charm #D26F82

Color information

#D26F82 (or 0xD26F82) is unknown color: approx Charm. HEX triplet: D2, 6F and 82. RGB value is (210,111,130). Sum of RGB (Red+Green+Blue) = 210+111+130=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26F82 is #2D907D. Grayscale: #8E8E8E. Windows color (decimal): -2986110 or 8548306. OLE color: 8548306.

HSL color Cylindrical-coordinate representation of color #D26F82: hue angle of 348.48º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D26F82 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB210111130-
CMYK00.470.380.18
HSL348.48º52.38%62.94%-
HSV(B)348.48º47.14%82.35%-
XYZ36.2926.6824.36-
YUV142.77120.8175.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.56%
GREEN value IS 111 (43.75% from 255) = 24.61%
BLUE value IS 130 (51.17% from 255) = 28.82%
R=46.56%
G=24.61%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011113000.470.380.18348.4852.3862.94
HexD26F8202F261215c343f
Octal32215720205746225346477
Binary11010010110111110000010010111110011010010101011100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26F82; }

 p { color: rgb(210,111,130); }

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

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

 a { background-color: rgb(210,111,130); }

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

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

 span { border-color: rgb(210,111,130); }

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