#D27B8A

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

Shades of Charm #D27B8A

Tints of Charm #D27B8A

Color information

#D27B8A (or 0xD27B8A) is unknown color: approx Charm. HEX triplet: D2, 7B and 8A. RGB value is (210,123,138). Sum of RGB (Red+Green+Blue) = 210+123+138=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27B8A is #2D8475. Grayscale: #969696. Windows color (decimal): -2983030 or 9075666. OLE color: 9075666.

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

Color convert

RGB210123138-
CMYK00.410.340.18
HSL349.66º49.15%65.29%-
HSV(B)349.66º41.43%82.35%-
XYZ38.2529.727.76-
YUV150.72120.82170.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.59%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=44.59%
G=26.11%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012313800.410.340.18349.6649.1565.29
HexD27B8A029221215e3141
Octal322173212051422253661101
Binary110100101111011100010100101001100010100101010111101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27B8A; }

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

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

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

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

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

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

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

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