#D9A5CB

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

Shades of Maverick #D9A5CB

Tints of Maverick #D9A5CB

Color information

#D9A5CB (or 0xD9A5CB) is unknown color: approx Maverick. HEX triplet: D9, A5 and CB. RGB value is (217,165,203). Sum of RGB (Red+Green+Blue) = 217+165+203=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A5CB is #265A34. Grayscale: #B8B8B8. Windows color (decimal): -2513461 or 13346265. OLE color: 13346265.

HSL color Cylindrical-coordinate representation of color #D9A5CB: hue angle of 316.15º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9A5CB is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217165203-
CMYK00.240.060.15
HSL316.15º40.62%74.9%-
HSV(B)316.15º23.96%85.1%-
XYZ52.8545.9762.59-
YUV184.88138.23150.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 165 (64.84% from 255) = 28.21%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=37.09%
G=28.21%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716520300.240.060.15316.1540.6274.9
HexD9A5CB0186F13c294b
Octal33124531303061747451113
Binary11011001101001011100101101100011011111001111001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A5CB; }

 p { color: rgb(217,165,203); }

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

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

 a { background-color: rgb(217,165,203); }

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

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

 span { border-color: rgb(217,165,203); }

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