#D6769C

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

Shades of Pale Violet Red #D6769C

Tints of Pale Violet Red #D6769C

Color information

#D6769C (or 0xD6769C) is unknown color: approx Pale Violet Red. HEX triplet: D6, 76 and 9C. RGB value is (214,118,156). Sum of RGB (Red+Green+Blue) = 214+118+156=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6769C is #298963. Grayscale: #969696. Windows color (decimal): -2722148 or 10254038. OLE color: 10254038.

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

Color convert

RGB214118156-
CMYK00.450.270.16
HSL336.25º53.93%65.1%-
HSV(B)336.25º44.86%83.92%-
XYZ40.2129.6535.06-
YUV151.04130.8172.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.85%
GREEN value IS 118 (46.48% from 255) = 24.18%
BLUE value IS 156 (61.33% from 255) = 31.97%
R=43.85%
G=24.18%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411815600.450.270.16336.2553.9365.1
HexD6769C02D1B101503641
Octal326166234055332052066101
Binary11010110111011010011100010110111011100001010100001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6769C; }

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

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

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

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

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

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

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

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