#D6769A

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

Shades of Pale Violet Red #D6769A

Tints of Pale Violet Red #D6769A

Color information

#D6769A (or 0xD6769A) is unknown color: approx Pale Violet Red. HEX triplet: D6, 76 and 9A. RGB value is (214,118,154). Sum of RGB (Red+Green+Blue) = 214+118+154=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6769A is #298965. Grayscale: #969696. Windows color (decimal): -2722150 or 10122966. OLE color: 10122966.

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

Color convert

RGB214118154-
CMYK00.450.280.16
HSL337.5º53.93%65.1%-
HSV(B)337.5º44.86%83.92%-
XYZ40.0429.5934.17-
YUV150.81129.8173.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.03%
GREEN value IS 118 (46.48% from 255) = 24.28%
BLUE value IS 154 (60.55% from 255) = 31.69%
R=44.03%
G=24.28%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411815400.450.280.16337.553.9365.1
HexD6769A02D1C101523641
Octal326166232055342052266101
Binary11010110111011010011010010110111100100001010100101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6769A; }

 p { color: rgb(214,118,154); }

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

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

 a { background-color: rgb(214,118,154); }

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

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

 span { border-color: rgb(214,118,154); }

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