#D27894

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

Shades of Charm #D27894

Tints of Charm #D27894

Color information

#D27894 (or 0xD27894) is unknown color: approx Charm. HEX triplet: D2, 78 and 94. RGB value is (210,120,148). Sum of RGB (Red+Green+Blue) = 210+120+148=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D27894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27894 is #2D876B. Grayscale: #969696. Windows color (decimal): -2983788 or 9730258. OLE color: 9730258.

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

Color convert

RGB210120148-
CMYK00.430.300.18
HSL341.33º50%64.71%-
HSV(B)341.33º42.86%82.35%-
XYZ38.6429.2731.63-
YUV150.1126.82170.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.93%
GREEN value IS 120 (47.27% from 255) = 25.10%
BLUE value IS 148 (58.20% from 255) = 30.96%
R=43.93%
G=25.10%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012014800.430.300.18341.335064.71
HexD2789402B1E121553241
Octal322170224053362252562101
Binary11010010111100010010100010101111110100101010101011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27894; }

 p { color: rgb(210,120,148); }

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

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

 a { background-color: rgb(210,120,148); }

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

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

 span { border-color: rgb(210,120,148); }

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