#D26C7B

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

Shades of Charm #D26C7B

Tints of Charm #D26C7B

Color information

#D26C7B (or 0xD26C7B) is unknown color: approx Charm. HEX triplet: D2, 6C and 7B. RGB value is (210,108,123). Sum of RGB (Red+Green+Blue) = 210+108+123=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C7B is #2D9384. Grayscale: #8C8C8C. Windows color (decimal): -2986885 or 8088786. OLE color: 8088786.

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

Color convert

RGB210108123-
CMYK00.490.410.18
HSL351.18º53.12%62.35%-
HSV(B)351.18º48.57%82.35%-
XYZ35.5225.8621.86-
YUV140.21118.29177.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.62%
GREEN value IS 108 (42.58% from 255) = 24.49%
BLUE value IS 123 (48.44% from 255) = 27.89%
R=47.62%
G=24.49%
B=27.89%

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
Decimal21010812300.490.410.18351.1853.1262.35
HexD26C7B031291215f353e
Octal32215417306151225376576
Binary1101001011011001111011011000110100110010101011111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C7B; }

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

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

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

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

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

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

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

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