#DF7B9E

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

Shades of Pale Violet Red #DF7B9E

Tints of Pale Violet Red #DF7B9E

Color information

#DF7B9E (or 0xDF7B9E) is unknown color: approx Pale Violet Red. HEX triplet: DF, 7B and 9E. RGB value is (223,123,158). Sum of RGB (Red+Green+Blue) = 223+123+158=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7B9E is #208461. Grayscale: #9C9C9C. Windows color (decimal): -2131042 or 10386399. OLE color: 10386399.

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

Color convert

RGB223123158-
CMYK00.450.290.13
HSL339º60.98%67.84%-
HSV(B)339º44.84%87.45%-
XYZ43.6932.3236.28-
YUV156.89128.63175.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.25%
GREEN value IS 123 (48.44% from 255) = 24.40%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=44.25%
G=24.40%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312315800.450.290.1333960.9867.84
HexDF7B9E02D1DD1533d44
Octal337173236055351552375104
Binary1101111111110111001111001011011110111011010100111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7B9E; }

 p { color: rgb(223,123,158); }

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

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

 a { background-color: rgb(223,123,158); }

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

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

 span { border-color: rgb(223,123,158); }

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