#D29AC3

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

Shades of Maverick #D29AC3

Tints of Maverick #D29AC3

Color information

#D29AC3 (or 0xD29AC3) is unknown color: approx Maverick. HEX triplet: D2, 9A and C3. RGB value is (210,154,195). Sum of RGB (Red+Green+Blue) = 210+154+195=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AC3 is #2D653C. Grayscale: #AFAFAF. Windows color (decimal): -2975037 or 12819154. OLE color: 12819154.

HSL color Cylindrical-coordinate representation of color #D29AC3: hue angle of 316.07º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D29AC3 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB210154195-
CMYK00.270.070.18
HSL316.07º38.36%71.37%-
HSV(B)316.07º26.67%82.35%-
XYZ47.9840.7556.97-
YUV175.42139.05152.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 195 (76.56% from 255) = 34.88%
R=37.57%
G=27.55%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015419500.270.070.18316.0738.3671.37
HexD29AC301B71213c2647
Octal32223230303372247446107
Binary110100101001101011000011011011111100101001111001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AC3; }

 p { color: rgb(210,154,195); }

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

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

 a { background-color: rgb(210,154,195); }

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

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

 span { border-color: rgb(210,154,195); }

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