#DD769E

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

Shades of Pale Violet Red #DD769E

Tints of Pale Violet Red #DD769E

Color information

#DD769E (or 0xDD769E) is unknown color: approx Pale Violet Red. HEX triplet: DD, 76 and 9E. RGB value is (221,118,158). Sum of RGB (Red+Green+Blue) = 221+118+158=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD769E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD769E is #228961. Grayscale: #999999. Windows color (decimal): -2263394 or 10385117. OLE color: 10385117.

HSL color Cylindrical-coordinate representation of color #DD769E: hue angle of 336.7º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD769E is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221118158-
CMYK00.470.290.13
HSL336.7º60.23%66.47%-
HSV(B)336.7º46.61%86.67%-
XYZ42.4730.836.05-
YUV153.36130.62176.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 118 (46.48% from 255) = 23.74%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=44.47%
G=23.74%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111815800.470.290.13336.760.2366.47
HexDD769E02F1DD1513c42
Octal335166236057351552174102
Binary1101110111101101001111001011111110111011010100011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD769E; }

 p { color: rgb(221,118,158); }

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

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

 a { background-color: rgb(221,118,158); }

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

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

 span { border-color: rgb(221,118,158); }

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