#DF5F9B

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

Shades of Pale Violet Red #DF5F9B

Tints of Pale Violet Red #DF5F9B

Color information

#DF5F9B (or 0xDF5F9B) is unknown color: approx Pale Violet Red. HEX triplet: DF, 5F and 9B. RGB value is (223,95,155). Sum of RGB (Red+Green+Blue) = 223+95+155=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5F9B is #20A064. Grayscale: #8C8C8C. Windows color (decimal): -2138213 or 10182623. OLE color: 10182623.

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

Color convert

RGB22395155-
CMYK00.570.300.13
HSL331.88º66.67%62.35%-
HSV(B)331.88º57.4%87.45%-
XYZ40.4426.2433.94-
YUV140.11136.41187.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.15%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 155 (60.94% from 255) = 32.77%
R=47.15%
G=20.08%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239515500.570.300.13331.8866.6762.35
HexDF5F9B0391ED14c433e
Octal337137233071361551410376
Binary1101111110111111001101101110011111011011010011001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5F9B; }

 p { color: rgb(223,95,155); }

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

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

 a { background-color: rgb(223,95,155); }

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

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

 span { border-color: rgb(223,95,155); }

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