#DD7BA1

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

Shades of Pale Violet Red #DD7BA1

Tints of Pale Violet Red #DD7BA1

Color information

#DD7BA1 (or 0xDD7BA1) is unknown color: approx Pale Violet Red. HEX triplet: DD, 7B and A1. RGB value is (221,123,161). Sum of RGB (Red+Green+Blue) = 221+123+161=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BA1 is #22845E. Grayscale: #9C9C9C. Windows color (decimal): -2262111 or 10583005. OLE color: 10583005.

HSL color Cylindrical-coordinate representation of color #DD7BA1: hue angle of 336.73º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BA1 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB221123161-
CMYK00.440.270.13
HSL336.73º59.04%67.45%-
HSV(B)336.73º44.34%86.67%-
XYZ43.3332.1137.63-
YUV156.63130.47173.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 123 (48.44% from 255) = 24.36%
BLUE value IS 161 (63.28% from 255) = 31.88%
R=43.76%
G=24.36%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112316100.440.270.13336.7359.0467.45
HexDD7BA102C1BD1513b43
Octal335173241054331552173103
Binary1101110111110111010000101011001101111011010100011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BA1; }

 p { color: rgb(221,123,161); }

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

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

 a { background-color: rgb(221,123,161); }

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

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

 span { border-color: rgb(221,123,161); }

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