#D69FC5

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

Shades of Maverick #D69FC5

Tints of Maverick #D69FC5

Color information

#D69FC5 (or 0xD69FC5) is unknown color: approx Maverick. HEX triplet: D6, 9F and C5. RGB value is (214,159,197). Sum of RGB (Red+Green+Blue) = 214+159+197=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FC5 is #29603A. Grayscale: #B3B3B3. Windows color (decimal): -2711611 or 12951510. OLE color: 12951510.

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

Color convert

RGB214159197-
CMYK00.260.080.16
HSL318.55º40.15%73.14%-
HSV(B)318.55º25.7%83.92%-
XYZ50.2143.1258.5-
YUV179.78137.72152.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.54%
GREEN value IS 159 (62.5% from 255) = 27.89%
BLUE value IS 197 (77.34% from 255) = 34.56%
R=37.54%
G=27.89%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415919700.260.080.16318.5540.1573.14
HexD69FC501A81013f2849
Octal326237305032102047750111
Binary1101011010011111110001010110101000100001001111111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FC5; }

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

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

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

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

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

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

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

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