#D4A9CA

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

Shades of Maverick #D4A9CA

Tints of Maverick #D4A9CA

Color information

#D4A9CA (or 0xD4A9CA) is unknown color: approx Maverick. HEX triplet: D4, A9 and CA. RGB value is (212,169,202). Sum of RGB (Red+Green+Blue) = 212+169+202=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A9CA is #2B5635. Grayscale: #B9B9B9. Windows color (decimal): -2840118 or 13281748. OLE color: 13281748.

HSL color Cylindrical-coordinate representation of color #D4A9CA: hue angle of 313.95º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4A9CA is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB212169202-
CMYK00.200.050.17
HSL313.95º33.33%74.71%-
HSV(B)313.95º20.28%83.14%-
XYZ5246.6462.14-
YUV185.62137.25146.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.36%
GREEN value IS 169 (66.41% from 255) = 28.99%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=36.36%
G=28.99%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216920200.200.050.17313.9533.3374.71
HexD4A9CA01451113a214b
Octal32425131202452147241113
Binary110101001010100111001010010100101100011001110101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A9CA; }

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

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

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

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

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

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

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

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