#D47291

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

Shades of Pale Violet Red #D47291

Tints of Pale Violet Red #D47291

Color information

#D47291 (or 0xD47291) is unknown color: approx Pale Violet Red. HEX triplet: D4, 72 and 91. RGB value is (212,114,145). Sum of RGB (Red+Green+Blue) = 212+114+145=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D47291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47291 is #2B8D6E. Grayscale: #929292. Windows color (decimal): -2854255 or 9532116. OLE color: 9532116.

HSL color Cylindrical-coordinate representation of color #D47291: hue angle of 341.02º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D47291 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB212114145-
CMYK00.460.320.17
HSL341.02º53.26%63.92%-
HSV(B)341.02º46.23%83.14%-
XYZ38.2828.0830.19-
YUV146.84126.97174.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.01%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 145 (57.03% from 255) = 30.79%
R=45.01%
G=24.20%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211414500.460.320.17341.0253.2663.92
HexD4729102E20111553540
Octal324162221056402152565100
Binary110101001110010100100010101110100000100011010101011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47291; }

 p { color: rgb(212,114,145); }

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

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

 a { background-color: rgb(212,114,145); }

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

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

 span { border-color: rgb(212,114,145); }

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