#D29CC2

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

Shades of Maverick #D29CC2

Tints of Maverick #D29CC2

Color information

#D29CC2 (or 0xD29CC2) is unknown color: approx Maverick. HEX triplet: D2, 9C and C2. RGB value is (210,156,194). Sum of RGB (Red+Green+Blue) = 210+156+194=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CC2 is #2D633D. Grayscale: #B0B0B0. Windows color (decimal): -2974526 or 12754130. OLE color: 12754130.

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

Color convert

RGB210156194-
CMYK00.260.080.18
HSL317.78º37.5%71.76%-
HSV(B)317.78º25.71%82.35%-
XYZ48.241.3756.48-
YUV176.48137.89151.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 156 (61.33% from 255) = 27.86%
BLUE value IS 194 (76.17% from 255) = 34.64%
R=37.5%
G=27.86%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015619400.260.080.18317.7837.571.76
HexD29CC201A81213e2648
Octal322234302032102247646110
Binary1101001010011100110000100110101000100101001111101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29CC2; }

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

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

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

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

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

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

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

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