#D6769B

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

Shades of Pale Violet Red #D6769B

Tints of Pale Violet Red #D6769B

Color information

#D6769B (or 0xD6769B) is unknown color: approx Pale Violet Red. HEX triplet: D6, 76 and 9B. RGB value is (214,118,155). Sum of RGB (Red+Green+Blue) = 214+118+155=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6769B is #298964. Grayscale: #969696. Windows color (decimal): -2722149 or 10188502. OLE color: 10188502.

HSL color Cylindrical-coordinate representation of color #D6769B: hue angle of 336.88º 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 #D6769B is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB214118155-
CMYK00.450.280.16
HSL336.88º53.93%65.1%-
HSV(B)336.88º44.86%83.92%-
XYZ40.1329.6234.61-
YUV150.92130.3172.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.94%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 155 (60.94% from 255) = 31.83%
R=43.94%
G=24.23%
B=31.83%

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
Decimal21411815500.450.280.16336.8853.9365.1
HexD6769B02D1C101513641
Octal326166233055342052166101
Binary11010110111011010011011010110111100100001010100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6769B; }

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

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

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

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

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

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

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

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