#DF5B9D

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

Shades of Pale Violet Red #DF5B9D

Tints of Pale Violet Red #DF5B9D

Color information

#DF5B9D (or 0xDF5B9D) is unknown color: approx Pale Violet Red. HEX triplet: DF, 5B and 9D. RGB value is (223,91,157). Sum of RGB (Red+Green+Blue) = 223+91+157=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5B9D is #20A462. Grayscale: #898989. Windows color (decimal): -2139235 or 10312671. OLE color: 10312671.

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

Color convert

RGB22391157-
CMYK00.590.300.13
HSL330º67.35%61.57%-
HSV(B)330º59.19%87.45%-
XYZ40.2625.634.72-
YUV137.99138.73188.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.35%
GREEN value IS 91 (35.94% from 255) = 19.32%
BLUE value IS 157 (61.72% from 255) = 33.33%
R=47.35%
G=19.32%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239115700.590.300.1333067.3561.57
HexDF5B9D03B1ED14a433e
Octal337133235073361551210376
Binary1101111110110111001110101110111111011011010010101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5B9D; }

 p { color: rgb(223,91,157); }

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

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

 a { background-color: rgb(223,91,157); }

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

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

 span { border-color: rgb(223,91,157); }

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