#DEA9CA

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

Shades of Maverick #DEA9CA

Tints of Maverick #DEA9CA

Color information

#DEA9CA (or 0xDEA9CA) is unknown color: approx Maverick. HEX triplet: DE, A9 and CA. RGB value is (222,169,202). Sum of RGB (Red+Green+Blue) = 222+169+202=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9CA is #215635. Grayscale: #BCBCBC. Windows color (decimal): -2184758 or 13281758. OLE color: 13281758.

HSL color Cylindrical-coordinate representation of color #DEA9CA: hue angle of 322.64º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA9CA is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222169202-
CMYK00.240.090.13
HSL322.64º44.54%76.67%-
HSV(B)322.64º23.87%87.06%-
XYZ54.9748.1762.28-
YUV188.61135.56151.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 169 (66.41% from 255) = 28.50%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=37.44%
G=28.50%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216920200.240.090.13322.6444.5476.67
HexDEA9CA0189D1432d4d
Octal336251312030111550355115
Binary110111101010100111001010011000100111011010000111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9CA; }

 p { color: rgb(222,169,202); }

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

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

 a { background-color: rgb(222,169,202); }

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

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

 span { border-color: rgb(222,169,202); }

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