#D774A0

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

Shades of Pale Violet Red #D774A0

Tints of Pale Violet Red #D774A0

Color information

#D774A0 (or 0xD774A0) is unknown color: approx Pale Violet Red. HEX triplet: D7, 74 and A0. RGB value is (215,116,160). Sum of RGB (Red+Green+Blue) = 215+116+160=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D774A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D774A0 is #288B5F. Grayscale: #969696. Windows color (decimal): -2657120 or 10515671. OLE color: 10515671.

HSL color Cylindrical-coordinate representation of color #D774A0: hue angle of 333.33º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D774A0 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB215116160-
CMYK00.460.260.16
HSL333.33º55.31%64.9%-
HSV(B)333.33º46.05%84.31%-
XYZ40.6129.4836.81-
YUV150.62133.3173.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.79%
GREEN value IS 116 (45.70% from 255) = 23.63%
BLUE value IS 160 (62.89% from 255) = 32.59%
R=43.79%
G=23.63%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511616000.460.260.16333.3355.3164.9
HexD774A002E1A1014d3741
Octal327164240056322051567101
Binary11010111111010010100000010111011010100001010011011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D774A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D774A0; }

 p { color: rgb(215,116,160); }

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

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

 a { background-color: rgb(215,116,160); }

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

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

 span { border-color: rgb(215,116,160); }

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