#D27D93

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

Shades of Charm #D27D93

Tints of Charm #D27D93

Color information

#D27D93 (or 0xD27D93) is unknown color: approx Charm. HEX triplet: D2, 7D and 93. RGB value is (210,125,147). Sum of RGB (Red+Green+Blue) = 210+125+147=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27D93 is #2D826C. Grayscale: #989898. Windows color (decimal): -2982509 or 9666002. OLE color: 9666002.

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

Color convert

RGB210125147-
CMYK00.400.300.18
HSL344.47º48.57%65.69%-
HSV(B)344.47º40.48%82.35%-
XYZ39.1830.4831.42-
YUV152.92124.66168.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.57%
GREEN value IS 125 (49.22% from 255) = 25.93%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=43.57%
G=25.93%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012514700.400.300.18344.4748.5765.69
HexD27D930281E121583142
Octal322175223050362253061102
Binary11010010111110110010011010100011110100101010110001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27D93; }

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

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

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

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

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

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

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

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