#D26F7B

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

Shades of Charm #D26F7B

Tints of Charm #D26F7B

Color information

#D26F7B (or 0xD26F7B) is unknown color: approx Charm. HEX triplet: D2, 6F and 7B. RGB value is (210,111,123). Sum of RGB (Red+Green+Blue) = 210+111+123=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26F7B is #2D9084. Grayscale: #8E8E8E. Windows color (decimal): -2986117 or 8089554. OLE color: 8089554.

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

Color convert

RGB210111123-
CMYK00.470.410.18
HSL352.73º52.38%62.94%-
HSV(B)352.73º47.14%82.35%-
XYZ35.8426.521.97-
YUV141.97117.3176.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.30%
GREEN value IS 111 (43.75% from 255) = 25%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=47.30%
G=25%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011112300.470.410.18352.7352.3862.94
HexD26F7B02F2912161343f
Octal32215717305751225416477
Binary1101001011011111111011010111110100110010101100001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26F7B; }

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

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

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

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

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

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

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

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