#D47CA3

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

Shades of Pale Violet Red #D47CA3

Tints of Pale Violet Red #D47CA3

Color information

#D47CA3 (or 0xD47CA3) is unknown color: approx Pale Violet Red. HEX triplet: D4, 7C and A3. RGB value is (212,124,163). Sum of RGB (Red+Green+Blue) = 212+124+163=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D47CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47CA3 is #2B835C. Grayscale: #9A9A9A. Windows color (decimal): -2851677 or 10714324. OLE color: 10714324.

HSL color Cylindrical-coordinate representation of color #D47CA3: hue angle of 333.41º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47CA3 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB212124163-
CMYK00.420.230.17
HSL333.41º50.57%65.88%-
HSV(B)333.41º41.51%83.14%-
XYZ40.9731.0638.49-
YUV154.76132.65168.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.48%
GREEN value IS 124 (48.83% from 255) = 24.85%
BLUE value IS 163 (64.06% from 255) = 32.67%
R=42.48%
G=24.85%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212416300.420.230.17333.4150.5765.88
HexD47CA302A171114d3342
Octal324174243052272151563102
Binary11010100111110010100011010101010111100011010011011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47CA3; }

 p { color: rgb(212,124,163); }

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

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

 a { background-color: rgb(212,124,163); }

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

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

 span { border-color: rgb(212,124,163); }

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