#D69EC3

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

Shades of Maverick #D69EC3

Tints of Maverick #D69EC3

Color information

#D69EC3 (or 0xD69EC3) is unknown color: approx Maverick. HEX triplet: D6, 9E and C3. RGB value is (214,158,195). Sum of RGB (Red+Green+Blue) = 214+158+195=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D69EC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69EC3 is #29613C. Grayscale: #B2B2B2. Windows color (decimal): -2711869 or 12820182. OLE color: 12820182.

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

Color convert

RGB214158195-
CMYK00.260.090.16
HSL320.36º40.58%72.94%-
HSV(B)320.36º26.17%83.92%-
XYZ49.8142.6957.24-
YUV178.96137.05152.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 158 (62.11% from 255) = 27.87%
BLUE value IS 195 (76.56% from 255) = 34.39%
R=37.74%
G=27.87%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415819500.260.090.16320.3640.5872.94
HexD69EC301A9101402949
Octal326236303032112050051111
Binary1101011010011110110000110110101001100001010000001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69EC3; }

 p { color: rgb(214,158,195); }

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

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

 a { background-color: rgb(214,158,195); }

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

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

 span { border-color: rgb(214,158,195); }

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