#DF759B

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

Shades of Pale Violet Red #DF759B

Tints of Pale Violet Red #DF759B

Color information

#DF759B (or 0xDF759B) is unknown color: approx Pale Violet Red. HEX triplet: DF, 75 and 9B. RGB value is (223,117,155). Sum of RGB (Red+Green+Blue) = 223+117+155=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF759B is #208A64. Grayscale: #989898. Windows color (decimal): -2132581 or 10188255. OLE color: 10188255.

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

Color convert

RGB223117155-
CMYK00.480.300.13
HSL338.49º62.35%66.67%-
HSV(B)338.49º47.53%87.45%-
XYZ42.7130.7834.7-
YUV153.03129.12177.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.05%
GREEN value IS 117 (46.09% from 255) = 23.64%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=45.05%
G=23.64%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311715500.480.300.13338.4962.3566.67
HexDF759B0301ED1523e43
Octal337165233060361552276103
Binary1101111111101011001101101100001111011011010100101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF759B; }

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

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

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

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

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

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

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

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