#D2A8C8

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

Shades of Maverick #D2A8C8

Tints of Maverick #D2A8C8

Color information

#D2A8C8 (or 0xD2A8C8) is unknown color: approx Maverick. HEX triplet: D2, A8 and C8. RGB value is (210,168,200). Sum of RGB (Red+Green+Blue) = 210+168+200=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A8C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A8C8 is #2D5737. Grayscale: #B8B8B8. Windows color (decimal): -2971448 or 13150418. OLE color: 13150418.

HSL color Cylindrical-coordinate representation of color #D2A8C8: hue angle of 314.29º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2A8C8 is Cyan = 0, Magento = 0.2, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB210168200-
CMYK00.20.050.18
HSL314.29º31.82%74.12%-
HSV(B)314.29º20%82.35%-
XYZ51.0145.8860.81-
YUV184.21136.91146.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.33%
GREEN value IS 168 (66.02% from 255) = 29.07%
BLUE value IS 200 (78.52% from 255) = 34.60%
R=36.33%
G=29.07%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016820000.20.050.18314.2931.8274.12
HexD2A8C801451213a204a
Octal32225031002452247240112
Binary110100101010100011001000010100101100101001110101000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A8C8; }

 p { color: rgb(210,168,200); }

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

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

 a { background-color: rgb(210,168,200); }

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

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

 span { border-color: rgb(210,168,200); }

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