#D69DC7

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

Shades of Maverick #D69DC7

Tints of Maverick #D69DC7

Color information

#D69DC7 (or 0xD69DC7) is unknown color: approx Maverick. HEX triplet: D6, 9D and C7. RGB value is (214,157,199). Sum of RGB (Red+Green+Blue) = 214+157+199=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DC7 is #296238. Grayscale: #B2B2B2. Windows color (decimal): -2712121 or 13082070. OLE color: 13082070.

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

Color convert

RGB214157199-
CMYK00.270.070.16
HSL315.79º41.01%72.75%-
HSV(B)315.79º26.64%83.92%-
XYZ50.142.5359.6-
YUV178.83139.38153.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.54%
GREEN value IS 157 (61.72% from 255) = 27.54%
BLUE value IS 199 (78.12% from 255) = 34.91%
R=37.54%
G=27.54%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415719900.270.070.16315.7941.0172.75
HexD69DC701B71013c2949
Octal32623530703372047451111
Binary110101101001110111000111011011111100001001111001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DC7; }

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

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

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

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

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

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

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

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