Html Css Color HEX #D6A5FA Mauve

📋 copy color: '#D6A5FA'

red 214 ◦ green 165 ◦ blue 250

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

Shades of Mauve #D6A5FA

Tints of Mauve #D6A5FA

RGB

 RED value IS 214 (83.98% from 255) = 34.02%

 GREEN value IS 165 (64.84% from 255) = 26.23%

 BLUE value IS 250 (98.05% from 255) = 39.75%

R = 34.02%
G = 26.23%
B = 39.75%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6A5FA (or 0xD6A5FA) is known color: Mauve. HEX triplet: D6, A5 and FA. RGB value is (214,165,250). Sum of RGB (Red+Green+Blue) = 214+165+250=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 165 (64.84% from 255 or 26.23% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6A5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A5FA is #295A05. Grayscale: #BDBDBD. Windows color (decimal): -2710022 or 16426454. OLE color: 16426454.

HSL color Cylindrical-coordinate representation of color #D6A5FA: hue angle of 274.59º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6A5FA is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 165 250 -
CMYK 0.14 0.34 0 0.02
HSL 274.59º 0.89% 0.81% -
HSV(B) 274.59º 0.34% 0.98% -
XYZ 58.44 48.11 96.65 -
YUV 189.34 162.23 145.59 -
System Red Green Blue C M Y K H S L
Decimal 214 165 250 0.14 0.34 0 0.02 274.59 0.89 0.81
Hex D6 A5 FA E 22 0 2 113 59 51
Octal 326 245 372 16 42 0 2 423 131 121
Binary 11010110 10100101 11111010 1110 100010 0 10 100010011 1011001 1010001

Color Harmonies of #D6A5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A5FA

Black with #D6A5FA

Text Example


Text Example

White with #D6A5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A5FA; }

 p { color: rgb(214,165,250); }

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

background-color css

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

 a { background-color: rgb(214,165,250); }

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

border-color css

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

 span { border-color: rgb(214,165,250); }

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