Html Css Color HEX #D6A2FE Mauve

📋 copy color: '#D6A2FE'

red 214 ◦ green 162 ◦ blue 254

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

Shades of Mauve #D6A2FE

Tints of Mauve #D6A2FE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.71%

 BLUE value IS 254 (99.61% from 255) = 40.32%

R = 33.97%
G = 25.71%
B = 40.32%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D6A2FE (or 0xD6A2FE) is known color: Mauve. HEX triplet: D6, A2 and FE. RGB value is (214,162,254). Sum of RGB (Red+Green+Blue) = 214+162+254=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 162 (63.67% from 255 or 25.71% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A2FE is #295D01. Grayscale: #BBBBBB. Windows color (decimal): -2710786 or 16687830. OLE color: 16687830.

HSL color Cylindrical-coordinate representation of color #D6A2FE: hue angle of 273.91º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6A2FE is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 162 254 -
CMYK 0.16 0.36 0 0.00
HSL 273.91º 0.98% 0.82% -
HSV(B) 273.91º 0.36% 1% -
XYZ 58.54 47.29 99.81 -
YUV 188.04 165.23 146.52 -
System Red Green Blue C M Y K H S L
Decimal 214 162 254 0.16 0.36 0 0.00 273.91 0.98 0.82
Hex D6 A2 FE 10 24 0 0 112 62 52
Octal 326 242 376 20 44 0 0 422 142 122
Binary 11010110 10100010 11111110 10000 100100 0 0 100010010 1100010 1010010

Color Harmonies of #D6A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A2FE

Black with #D6A2FE

Text Example


Text Example

White with #D6A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A2FE; }

 p { color: rgb(214,162,254); }

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

background-color css

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

 a { background-color: rgb(214,162,254); }

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

border-color css

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

 span { border-color: rgb(214,162,254); }

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