#DA6094

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

Shades of Pale Violet Red #DA6094

Tints of Pale Violet Red #DA6094

Color information

#DA6094 (or 0xDA6094) is unknown color: approx Pale Violet Red. HEX triplet: DA, 60 and 94. RGB value is (218,96,148). Sum of RGB (Red+Green+Blue) = 218+96+148=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6094 is #259F6B. Grayscale: #8A8A8A. Windows color (decimal): -2465644 or 9724122. OLE color: 9724122.

HSL color Cylindrical-coordinate representation of color #DA6094: hue angle of 334.43º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6094 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB21896148-
CMYK00.560.320.15
HSL334.43º62.24%61.57%-
HSV(B)334.43º55.96%85.49%-
XYZ38.4425.4130.9-
YUV138.41133.42184.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.19%
GREEN value IS 96 (37.89% from 255) = 20.78%
BLUE value IS 148 (58.20% from 255) = 32.03%
R=47.19%
G=20.78%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189614800.560.320.15334.4362.2461.57
HexDA609403820F14e3e3e
Octal33214022407040175167676
Binary1101101011000001001010001110001000001111101001110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6094; }

 p { color: rgb(218,96,148); }

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

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

 a { background-color: rgb(218,96,148); }

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

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

 span { border-color: rgb(218,96,148); }

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