#DD7890

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

Shades of Pale Violet Red #DD7890

Tints of Pale Violet Red #DD7890

Color information

#DD7890 (or 0xDD7890) is unknown color: approx Pale Violet Red. HEX triplet: DD, 78 and 90. RGB value is (221,120,144). Sum of RGB (Red+Green+Blue) = 221+120+144=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7890 is #22876F. Grayscale: #989898. Windows color (decimal): -2262896 or 9468125. OLE color: 9468125.

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

Color convert

RGB221120144-
CMYK00.460.350.13
HSL345.74º59.76%66.86%-
HSV(B)345.74º45.7%86.67%-
XYZ41.5730.8230.14-
YUV152.94122.96176.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 120 (47.27% from 255) = 24.74%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=45.57%
G=24.74%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112014400.460.350.13345.7459.7666.86
HexDD789002E23D15a3c43
Octal335170220056431553274103
Binary11011101111100010010000010111010001111011010110101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7890; }

 p { color: rgb(221,120,144); }

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

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

 a { background-color: rgb(221,120,144); }

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

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

 span { border-color: rgb(221,120,144); }

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