#D27B84

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

Shades of Charm #D27B84

Tints of Charm #D27B84

Color information

#D27B84 (or 0xD27B84) is unknown color: approx Charm. HEX triplet: D2, 7B and 84. RGB value is (210,123,132). Sum of RGB (Red+Green+Blue) = 210+123+132=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27B84 is #2D847B. Grayscale: #969696. Windows color (decimal): -2983036 or 8682450. OLE color: 8682450.

HSL color Cylindrical-coordinate representation of color #D27B84: hue angle of 353.79º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27B84 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB210123132-
CMYK00.410.370.18
HSL353.79º49.15%65.29%-
HSV(B)353.79º41.43%82.35%-
XYZ37.8329.5325.54-
YUV150.04117.82170.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.16%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=45.16%
G=26.45%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012313200.410.370.18353.7949.1565.29
HexD27B8402925121623141
Octal322173204051452254261101
Binary110100101111011100001000101001100101100101011000101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27B84; }

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

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

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

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

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

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

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

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