#DD7691

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

Shades of Pale Violet Red #DD7691

Tints of Pale Violet Red #DD7691

Color information

#DD7691 (or 0xDD7691) is unknown color: approx Pale Violet Red. HEX triplet: DD, 76 and 91. RGB value is (221,118,145). Sum of RGB (Red+Green+Blue) = 221+118+145=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7691 is #22896E. Grayscale: #979797. Windows color (decimal): -2263407 or 9533149. OLE color: 9533149.

HSL color Cylindrical-coordinate representation of color #DD7691: hue angle of 344.27º 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 #DD7691 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB221118145-
CMYK00.470.340.13
HSL344.27º60.23%66.47%-
HSV(B)344.27º46.61%86.67%-
XYZ41.4130.3730.47-
YUV151.87124.12177.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 118 (46.48% from 255) = 24.38%
BLUE value IS 145 (57.03% from 255) = 29.96%
R=45.66%
G=24.38%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111814500.470.340.13344.2760.2366.47
HexDD769102F22D1583c42
Octal335166221057421553074102
Binary11011101111011010010001010111110001011011010110001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7691; }

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

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

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

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

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

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

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

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