#D6A1C8

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

Shades of Maverick #D6A1C8

Tints of Maverick #D6A1C8

Color information

#D6A1C8 (or 0xD6A1C8) is unknown color: approx Maverick. HEX triplet: D6, A1 and C8. RGB value is (214,161,200). Sum of RGB (Red+Green+Blue) = 214+161+200=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 161 (63.28% from 255 or 28% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A1C8 is #295E37. Grayscale: #B5B5B5. Windows color (decimal): -2711096 or 13148630. OLE color: 13148630.

HSL color Cylindrical-coordinate representation of color #D6A1C8: hue angle of 315.85º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A1C8 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214161200-
CMYK00.250.070.16
HSL315.85º39.26%73.53%-
HSV(B)315.85º24.77%83.92%-
XYZ50.943.9660.45-
YUV181.29138.56151.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 161 (63.28% from 255) = 28%
BLUE value IS 200 (78.52% from 255) = 34.78%
R=37.22%
G=28%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416120000.250.070.16315.8539.2673.53
HexD6A1C801971013c274a
Octal32624131003172047447112
Binary110101101010000111001000011001111100001001111001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A1C8; }

 p { color: rgb(214,161,200); }

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

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

 a { background-color: rgb(214,161,200); }

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

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

 span { border-color: rgb(214,161,200); }

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