#D26B7C

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

Shades of Charm #D26B7C

Tints of Charm #D26B7C

Color information

#D26B7C (or 0xD26B7C) is unknown color: approx Charm. HEX triplet: D2, 6B and 7C. RGB value is (210,107,124). Sum of RGB (Red+Green+Blue) = 210+107+124=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26B7C is #2D9483. Grayscale: #8B8B8B. Windows color (decimal): -2987140 or 8154066. OLE color: 8154066.

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

Color convert

RGB210107124-
CMYK00.490.410.18
HSL350.1º53.37%62.16%-
HSV(B)350.1º49.05%82.35%-
XYZ35.4725.6722.15-
YUV139.73119.12178.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.62%
GREEN value IS 107 (42.19% from 255) = 24.26%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=47.62%
G=24.26%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010712400.490.410.18350.153.3762.16
HexD26B7C031291215e353e
Octal32215317406151225366576
Binary1101001011010111111100011000110100110010101011110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26B7C; }

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

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

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

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

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

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

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

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