#D29EC2

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

Shades of Maverick #D29EC2

Tints of Maverick #D29EC2

Color information

#D29EC2 (or 0xD29EC2) is unknown color: approx Maverick. HEX triplet: D2, 9E and C2. RGB value is (210,158,194). Sum of RGB (Red+Green+Blue) = 210+158+194=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D29EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29EC2 is #2D613D. Grayscale: #B1B1B1. Windows color (decimal): -2974014 or 12754642. OLE color: 12754642.

HSL color Cylindrical-coordinate representation of color #D29EC2: hue angle of 318.46º 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 #D29EC2 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB210158194-
CMYK00.250.080.18
HSL318.46º36.62%72.16%-
HSV(B)318.46º24.76%82.35%-
XYZ48.5442.0556.6-
YUV177.65137.23151.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.37%
GREEN value IS 158 (62.11% from 255) = 28.11%
BLUE value IS 194 (76.17% from 255) = 34.52%
R=37.37%
G=28.11%
B=34.52%

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
Decimal21015819400.250.080.18318.4636.6272.16
HexD29EC201981213e2548
Octal322236302031102247645110
Binary1101001010011110110000100110011000100101001111101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29EC2; }

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

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

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

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

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

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

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

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