#D27682

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

Shades of Charm #D27682

Tints of Charm #D27682

Color information

#D27682 (or 0xD27682) is unknown color: approx Charm. HEX triplet: D2, 76 and 82. RGB value is (210,118,130). Sum of RGB (Red+Green+Blue) = 210+118+130=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D27682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27682 is #2D897D. Grayscale: #929292. Windows color (decimal): -2984318 or 8550098. OLE color: 8550098.

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

Color convert

RGB210118130-
CMYK00.440.380.18
HSL352.17º50.55%64.31%-
HSV(B)352.17º43.81%82.35%-
XYZ37.0928.2724.62-
YUV146.88118.48173.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.85%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 130 (51.17% from 255) = 28.38%
R=45.85%
G=25.76%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011813000.440.380.18352.1750.5564.31
HexD2768202C26121603340
Octal322166202054462254063100
Binary110100101110110100000100101100100110100101011000001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27682; }

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

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

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

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

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

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

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

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