#DA9FCA

Color #DA9FCA Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #DA9FCA

Tints of Maverick #DA9FCA

Color information

#DA9FCA (or 0xDA9FCA) is unknown color: approx Maverick. HEX triplet: DA, 9F and CA. RGB value is (218,159,202). Sum of RGB (Red+Green+Blue) = 218+159+202=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FCA is #256035. Grayscale: #B5B5B5. Windows color (decimal): -2449462 or 13279194. OLE color: 13279194.

HSL color Cylindrical-coordinate representation of color #DA9FCA: hue angle of 316.27º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DA9FCA is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218159202-
CMYK00.270.070.15
HSL316.27º44.36%73.92%-
HSV(B)316.27º27.06%85.49%-
XYZ51.9743.9761.62-
YUV181.54139.55154-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 159 (62.5% from 255) = 27.46%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=37.65%
G=27.46%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815920200.270.070.15316.2744.3673.92
HexDA9FCA01B7F13c2c4a
Octal33223731203371747454112
Binary11011010100111111100101001101111111111001111001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FCA; }

 p { color: rgb(218,159,202); }

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

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

 a { background-color: rgb(218,159,202); }

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

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

 span { border-color: rgb(218,159,202); }

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