#D19CC2

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

Shades of Maverick #D19CC2

Tints of Maverick #D19CC2

Color information

#D19CC2 (or 0xD19CC2) is unknown color: approx Maverick. HEX triplet: D1, 9C and C2. RGB value is (209,156,194). Sum of RGB (Red+Green+Blue) = 209+156+194=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D19CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19CC2 is #2E633D. Grayscale: #B0B0B0. Windows color (decimal): -3040062 or 12754129. OLE color: 12754129.

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

Color convert

RGB209156194-
CMYK00.250.070.18
HSL316.98º36.55%71.57%-
HSV(B)316.98º25.36%81.96%-
XYZ47.9241.2356.47-
YUV176.18138.06151.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.39%
GREEN value IS 156 (61.33% from 255) = 27.91%
BLUE value IS 194 (76.17% from 255) = 34.70%
R=37.39%
G=27.91%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915619400.250.070.18316.9836.5571.57
HexD19CC201971213d2548
Octal32123430203172247545110
Binary110100011001110011000010011001111100101001111011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19CC2; }

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

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

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

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

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

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

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

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