#D69FC7

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

Shades of Maverick #D69FC7

Tints of Maverick #D69FC7

Color information

#D69FC7 (or 0xD69FC7) is unknown color: approx Maverick. HEX triplet: D6, 9F and C7. RGB value is (214,159,199). Sum of RGB (Red+Green+Blue) = 214+159+199=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FC7 is #296038. Grayscale: #B3B3B3. Windows color (decimal): -2711609 or 13082582. OLE color: 13082582.

HSL color Cylindrical-coordinate representation of color #D69FC7: hue angle of 316.36º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69FC7 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214159199-
CMYK00.260.070.16
HSL316.36º40.15%73.14%-
HSV(B)316.36º25.7%83.92%-
XYZ50.4443.2259.72-
YUV180138.72152.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.41%
GREEN value IS 159 (62.5% from 255) = 27.80%
BLUE value IS 199 (78.12% from 255) = 34.79%
R=37.41%
G=27.80%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415919900.260.070.16316.3640.1573.14
HexD69FC701A71013c2849
Octal32623730703272047450111
Binary110101101001111111000111011010111100001001111001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FC7; }

 p { color: rgb(214,159,199); }

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

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

 a { background-color: rgb(214,159,199); }

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

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

 span { border-color: rgb(214,159,199); }

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