Html Css Color HEX #D5A6FD Mauve

📋 copy color: '#D5A6FD'

red 213 ◦ green 166 ◦ blue 253

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

Shades of Mauve #D5A6FD

Tints of Mauve #D5A6FD

RGB

 RED value IS 213 (83.59% from 255) = 33.7%

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

 BLUE value IS 253 (99.22% from 255) = 40.03%

R = 33.7%
G = 26.27%
B = 40.03%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D5A6FD (or 0xD5A6FD) is known color: Mauve. HEX triplet: D5, A6 and FD. RGB value is (213,166,253). Sum of RGB (Red+Green+Blue) = 213+166+253=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 166 (65.23% from 255 or 26.27% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5A6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A6FD is #2A5902. Grayscale: #BDBDBD. Windows color (decimal): -2775299 or 16623317. OLE color: 16623317.

HSL color Cylindrical-coordinate representation of color #D5A6FD: hue angle of 272.41º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A6FD is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 166 253 -
CMYK 0.16 0.34 0 0.01
HSL 272.41º 0.96% 0.82% -
HSV(B) 272.41º 0.34% 0.99% -
XYZ 58.81 48.51 99.19 -
YUV 189.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 213 166 253 0.16 0.34 0 0.01 272.41 0.96 0.82
Hex D5 A6 FD 10 22 0 1 110 60 52
Octal 325 246 375 20 42 0 1 420 140 122
Binary 11010101 10100110 11111101 10000 100010 0 1 100010000 1100000 1010010

Color Harmonies of #D5A6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A6FD

Black with #D5A6FD

Text Example


Text Example

White with #D5A6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A6FD; }

 p { color: rgb(213,166,253); }

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

background-color css

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

 a { background-color: rgb(213,166,253); }

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

border-color css

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

 span { border-color: rgb(213,166,253); }

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