#D69FC4

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

Shades of Maverick #D69FC4

Tints of Maverick #D69FC4

Color information

#D69FC4 (or 0xD69FC4) is unknown color: approx Maverick. HEX triplet: D6, 9F and C4. RGB value is (214,159,196). Sum of RGB (Red+Green+Blue) = 214+159+196=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FC4 is #29603B. Grayscale: #B3B3B3. Windows color (decimal): -2711612 or 12885974. OLE color: 12885974.

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

Color convert

RGB214159196-
CMYK00.260.080.16
HSL319.64º40.15%73.14%-
HSV(B)319.64º25.7%83.92%-
XYZ50.0943.0857.9-
YUV179.66137.22152.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.61%
GREEN value IS 159 (62.5% from 255) = 27.94%
BLUE value IS 196 (76.95% from 255) = 34.45%
R=37.61%
G=27.94%
B=34.45%

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
Decimal21415919600.260.080.16319.6440.1573.14
HexD69FC401A8101402849
Octal326237304032102050050111
Binary1101011010011111110001000110101000100001010000001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FC4; }

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

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

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

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

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

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

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

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