#DA7090

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

Shades of Pale Violet Red #DA7090

Tints of Pale Violet Red #DA7090

Color information

#DA7090 (or 0xDA7090) is unknown color: approx Pale Violet Red. HEX triplet: DA, 70 and 90. RGB value is (218,112,144). Sum of RGB (Red+Green+Blue) = 218+112+144=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7090 is #258F6F. Grayscale: #939393. Windows color (decimal): -2461552 or 9466074. OLE color: 9466074.

HSL color Cylindrical-coordinate representation of color #DA7090: hue angle of 341.89º 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 #DA7090 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB218112144-
CMYK00.490.340.15
HSL341.89º58.89%64.71%-
HSV(B)341.89º48.62%85.49%-
XYZ39.7428.5129.79-
YUV147.34126.12178.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 112 (44.14% from 255) = 23.63%
BLUE value IS 144 (56.64% from 255) = 30.38%
R=45.99%
G=23.63%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811214400.490.340.15341.8958.8964.71
HexDA709003122F1563b41
Octal332160220061421752673101
Binary11011010111000010010000011000110001011111010101101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7090; }

 p { color: rgb(218,112,144); }

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

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

 a { background-color: rgb(218,112,144); }

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

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

 span { border-color: rgb(218,112,144); }

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