#DA6F91

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

Shades of Pale Violet Red #DA6F91

Tints of Pale Violet Red #DA6F91

Color information

#DA6F91 (or 0xDA6F91) is unknown color: approx Pale Violet Red. HEX triplet: DA, 6F and 91. RGB value is (218,111,145). Sum of RGB (Red+Green+Blue) = 218+111+145=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6F91 is #25906E. Grayscale: #929292. Windows color (decimal): -2461807 or 9531354. OLE color: 9531354.

HSL color Cylindrical-coordinate representation of color #DA6F91: hue angle of 340.93º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA6F91 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB218111145-
CMYK00.490.330.15
HSL340.93º59.12%64.51%-
HSV(B)340.93º49.08%85.49%-
XYZ39.7128.3230.16-
YUV146.87126.95178.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 111 (43.75% from 255) = 23.42%
BLUE value IS 145 (57.03% from 255) = 30.59%
R=45.99%
G=23.42%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811114500.490.330.15340.9359.1264.51
HexDA6F9103121F1553b41
Octal332157221061411752573101
Binary11011010110111110010001011000110000111111010101011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6F91; }

 p { color: rgb(218,111,145); }

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

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

 a { background-color: rgb(218,111,145); }

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

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

 span { border-color: rgb(218,111,145); }

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