Html Css Color HEX #D0A6F7 Mauve

📋 copy color: '#D0A6F7'

red 208 ◦ green 166 ◦ blue 247

#D0A6F7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #D0A6F7

Tints of Mauve #D0A6F7

RGB

 RED value IS 208 (81.64% from 255) = 33.49%

 GREEN value IS 166 (65.23% from 255) = 26.73%

 BLUE value IS 247 (96.88% from 255) = 39.77%

R = 33.49%
G = 26.73%
B = 39.77%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D0A6F7 (or 0xD0A6F7) is known color: Mauve. HEX triplet: D0, A6 and F7. RGB value is (208,166,247). Sum of RGB (Red+Green+Blue) = 208+166+247=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 247 (96.88% from 255 or 39.77% from 621); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0A6F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A6F7 is #2F5908. Grayscale: #BBBBBB. Windows color (decimal): -3102985 or 16230096. OLE color: 16230096.

HSL color Cylindrical-coordinate representation of color #D0A6F7: hue angle of 271.11º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0A6F7 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 166 247 -
CMYK 0.16 0.33 0 0.03
HSL 271.11º 0.84% 0.81% -
HSV(B) 271.11º 0.33% 0.97% -
XYZ 56.44 47.4 94.17 -
YUV 187.79 161.41 142.41 -
System Red Green Blue C M Y K H S L
Decimal 208 166 247 0.16 0.33 0 0.03 271.11 0.84 0.81
Hex D0 A6 F7 10 21 0 3 10F 54 51
Octal 320 246 367 20 41 0 3 417 124 121
Binary 11010000 10100110 11110111 10000 100001 0 11 100001111 1010100 1010001

Color Harmonies of #D0A6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A6F7

Black with #D0A6F7

Text Example


Text Example

White with #D0A6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A6F7; }

 p { color: rgb(208,166,247); }

 H1.HeaderClassName
 {
   color: #D0A6F7;
 }
 .AnyTagClassName
 {
   color: #D0A6F7;
 }
</style>

background-color css

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

 a { background-color: rgb(208,166,247); }

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

border-color css

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

 span { border-color: rgb(208,166,247); }

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