#D27586

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

Shades of Charm #D27586

Tints of Charm #D27586

Color information

#D27586 (or 0xD27586) is unknown color: approx Charm. HEX triplet: D2, 75 and 86. RGB value is (210,117,134). Sum of RGB (Red+Green+Blue) = 210+117+134=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D27586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27586 is #2D8A79. Grayscale: #929292. Windows color (decimal): -2984570 or 8811986. OLE color: 8811986.

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

Color convert

RGB210117134-
CMYK00.440.360.18
HSL349.03º50.82%64.12%-
HSV(B)349.03º44.29%82.35%-
XYZ37.2428.1526.02-
YUV146.74120.81173.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 134 (52.73% from 255) = 29.07%
R=45.55%
G=25.38%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011713400.440.360.18349.0350.8264.12
HexD2758602C241215d3340
Octal322165206054442253563100
Binary110100101110101100001100101100100100100101010111011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27586; }

 p { color: rgb(210,117,134); }

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

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

 a { background-color: rgb(210,117,134); }

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

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

 span { border-color: rgb(210,117,134); }

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