#D9A2C8

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

Shades of Maverick #D9A2C8

Tints of Maverick #D9A2C8

Color information

#D9A2C8 (or 0xD9A2C8) is unknown color: approx Maverick. HEX triplet: D9, A2 and C8. RGB value is (217,162,200). Sum of RGB (Red+Green+Blue) = 217+162+200=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A2C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A2C8 is #265D37. Grayscale: #B6B6B6. Windows color (decimal): -2514232 or 13148889. OLE color: 13148889.

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

Color convert

RGB217162200-
CMYK00.250.080.15
HSL318.55º41.98%74.31%-
HSV(B)318.55º25.35%85.1%-
XYZ51.9644.7660.54-
YUV182.78137.72152.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.48%
GREEN value IS 162 (63.67% from 255) = 27.98%
BLUE value IS 200 (78.52% from 255) = 34.54%
R=37.48%
G=27.98%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716220000.250.080.15318.5541.9874.31
HexD9A2C80198F13f2a4a
Octal331242310031101747752112
Binary110110011010001011001000011001100011111001111111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A2C8; }

 p { color: rgb(217,162,200); }

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

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

 a { background-color: rgb(217,162,200); }

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

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

 span { border-color: rgb(217,162,200); }

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