#D26B83

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

Shades of Charm #D26B83

Tints of Charm #D26B83

Color information

#D26B83 (or 0xD26B83) is unknown color: approx Charm. HEX triplet: D2, 6B and 83. RGB value is (210,107,131). Sum of RGB (Red+Green+Blue) = 210+107+131=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26B83 is #2D947C. Grayscale: #8C8C8C. Windows color (decimal): -2987133 or 8612818. OLE color: 8612818.

HSL color Cylindrical-coordinate representation of color #D26B83: hue angle of 346.02º 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 #D26B83 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB210107131-
CMYK00.490.380.18
HSL346.02º53.37%62.16%-
HSV(B)346.02º49.05%82.35%-
XYZ35.9325.8624.57-
YUV140.53122.62177.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.88%
GREEN value IS 107 (42.19% from 255) = 23.88%
BLUE value IS 131 (51.56% from 255) = 29.24%
R=46.88%
G=23.88%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010713100.490.380.18346.0253.3762.16
HexD26B83031261215a353e
Octal32215320306146225326576
Binary11010010110101110000011011000110011010010101011010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26B83; }

 p { color: rgb(210,107,131); }

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

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

 a { background-color: rgb(210,107,131); }

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

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

 span { border-color: rgb(210,107,131); }

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