#D27D8F

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

Shades of Charm #D27D8F

Tints of Charm #D27D8F

Color information

#D27D8F (or 0xD27D8F) is unknown color: approx Charm. HEX triplet: D2, 7D and 8F. RGB value is (210,125,143). Sum of RGB (Red+Green+Blue) = 210+125+143=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27D8F is #2D8270. Grayscale: #989898. Windows color (decimal): -2982513 or 9403858. OLE color: 9403858.

HSL color Cylindrical-coordinate representation of color #D27D8F: hue angle of 347.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27D8F is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB210125143-
CMYK00.400.320.18
HSL347.29º48.57%65.69%-
HSV(B)347.29º40.48%82.35%-
XYZ38.8730.3529.8-
YUV152.47122.66169.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.93%
GREEN value IS 125 (49.22% from 255) = 26.15%
BLUE value IS 143 (56.25% from 255) = 29.92%
R=43.93%
G=26.15%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012514300.400.320.18347.2948.5765.69
HexD27D8F028201215b3142
Octal322175217050402253361102
Binary110100101111101100011110101000100000100101010110111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27D8F; }

 p { color: rgb(210,125,143); }

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

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

 a { background-color: rgb(210,125,143); }

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

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

 span { border-color: rgb(210,125,143); }

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