#D27A96

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

Shades of Pale Violet Red #D27A96

Tints of Pale Violet Red #D27A96

Color information

#D27A96 (or 0xD27A96) is unknown color: approx Pale Violet Red. HEX triplet: D2, 7A and 96. RGB value is (210,122,150). Sum of RGB (Red+Green+Blue) = 210+122+150=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27A96 is #2D8569. Grayscale: #979797. Windows color (decimal): -2983274 or 9861842. OLE color: 9861842.

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

Color convert

RGB210122150-
CMYK00.420.290.18
HSL340.91º49.44%65.1%-
HSV(B)340.91º41.9%82.35%-
XYZ39.0429.8232.55-
YUV151.5127.15169.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.57%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 150 (58.98% from 255) = 31.12%
R=43.57%
G=25.31%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012215000.420.290.18340.9149.4465.1
HexD27A9602A1D121553141
Octal322172226052352252561101
Binary11010010111101010010110010101011101100101010101011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27A96; }

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

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

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

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

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

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

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

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