#D27A8D

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

Shades of Charm #D27A8D

Tints of Charm #D27A8D

Color information

#D27A8D (or 0xD27A8D) is unknown color: approx Charm. HEX triplet: D2, 7A and 8D. RGB value is (210,122,141). Sum of RGB (Red+Green+Blue) = 210+122+141=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27A8D is #2D8572. Grayscale: #969696. Windows color (decimal): -2983283 or 9272018. OLE color: 9272018.

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

Color convert

RGB210122141-
CMYK00.420.330.18
HSL347.05º49.44%65.1%-
HSV(B)347.05º41.9%82.35%-
XYZ38.3529.5428.88-
YUV150.48122.65170.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=44.40%
G=25.79%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012214100.420.330.18347.0549.4465.1
HexD27A8D02A211215b3141
Octal322172215052412253361101
Binary110100101111010100011010101010100001100101010110111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27A8D; }

 p { color: rgb(210,122,141); }

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

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

 a { background-color: rgb(210,122,141); }

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

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

 span { border-color: rgb(210,122,141); }

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