#D27A97

Color #D27A97 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D27A97

Tints of Pale Violet Red #D27A97

Color information

#D27A97 (or 0xD27A97) is unknown color: approx Pale Violet Red. HEX triplet: D2, 7A and 97. RGB value is (210,122,151). Sum of RGB (Red+Green+Blue) = 210+122+151=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27A97 is #2D8568. Grayscale: #979797. Windows color (decimal): -2983273 or 9927378. OLE color: 9927378.

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

Color convert

RGB210122151-
CMYK00.420.280.18
HSL340.23º49.44%65.1%-
HSV(B)340.23º41.9%82.35%-
XYZ39.1229.8632.98-
YUV151.62127.65169.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.48%
GREEN value IS 122 (48.05% from 255) = 25.26%
BLUE value IS 151 (59.38% from 255) = 31.26%
R=43.48%
G=25.26%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012215100.420.280.18340.2349.4465.1
HexD27A9702A1C121543141
Octal322172227052342252461101
Binary11010010111101010010111010101011100100101010101001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27A97; }

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

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

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

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

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

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

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

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