#D29FC0

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

Shades of Maverick #D29FC0

Tints of Maverick #D29FC0

Color information

#D29FC0 (or 0xD29FC0) is unknown color: approx Maverick. HEX triplet: D2, 9F and C0. RGB value is (210,159,192). Sum of RGB (Red+Green+Blue) = 210+159+192=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FC0 is #2D603F. Grayscale: #B1B1B1. Windows color (decimal): -2973760 or 12623826. OLE color: 12623826.

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

Color convert

RGB210159192-
CMYK00.240.090.18
HSL321.18º36.17%72.35%-
HSV(B)321.18º24.29%82.35%-
XYZ48.4942.355.48-
YUV178.01135.9150.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 159 (62.5% from 255) = 28.34%
BLUE value IS 192 (75.39% from 255) = 34.22%
R=37.43%
G=28.34%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015919200.240.090.18321.1836.1772.35
HexD29FC00189121412448
Octal322237300030112250144110
Binary1101001010011111110000000110001001100101010000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FC0; }

 p { color: rgb(210,159,192); }

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

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

 a { background-color: rgb(210,159,192); }

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

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

 span { border-color: rgb(210,159,192); }

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