#D29DC2

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

Shades of Maverick #D29DC2

Tints of Maverick #D29DC2

Color information

#D29DC2 (or 0xD29DC2) is unknown color: approx Maverick. HEX triplet: D2, 9D and C2. RGB value is (210,157,194). Sum of RGB (Red+Green+Blue) = 210+157+194=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DC2 is #2D623D. Grayscale: #B0B0B0. Windows color (decimal): -2974270 or 12754386. OLE color: 12754386.

HSL color Cylindrical-coordinate representation of color #D29DC2: hue angle of 318.11º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29DC2 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB210157194-
CMYK00.250.080.18
HSL318.11º37.06%71.96%-
HSV(B)318.11º25.24%82.35%-
XYZ48.3741.7156.54-
YUV177.06137.56151.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 157 (61.72% from 255) = 27.99%
BLUE value IS 194 (76.17% from 255) = 34.58%
R=37.43%
G=27.99%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015719400.250.080.18318.1137.0671.96
HexD29DC201981213e2548
Octal322235302031102247645110
Binary1101001010011101110000100110011000100101001111101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DC2; }

 p { color: rgb(210,157,194); }

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

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

 a { background-color: rgb(210,157,194); }

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

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

 span { border-color: rgb(210,157,194); }

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