Html Css Color HEX #D1A8FD Mauve

📋 copy color: '#D1A8FD'

red 209 ◦ green 168 ◦ blue 253

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

Shades of Mauve #D1A8FD

Tints of Mauve #D1A8FD

RGB

 RED value IS 209 (82.03% from 255) = 33.17%

 GREEN value IS 168 (66.02% from 255) = 26.67%

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

R = 33.17%
G = 26.67%
B = 40.16%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1A8FD (or 0xD1A8FD) is known color: Mauve. HEX triplet: D1, A8 and FD. RGB value is (209,168,253). Sum of RGB (Red+Green+Blue) = 209+168+253=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1A8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A8FD is #2E5702. Grayscale: #BDBDBD. Windows color (decimal): -3036931 or 16623825. OLE color: 16623825.

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

Color convert

RGB 209 168 253 -
CMYK 0.17 0.34 0 0.01
HSL 268.94º 0.96% 0.83% -
HSV(B) 268.94º 0.34% 0.99% -
XYZ 58.03 48.65 99.26 -
YUV 189.95 163.58 141.59 -
System Red Green Blue C M Y K H S L
Decimal 209 168 253 0.17 0.34 0 0.01 268.94 0.96 0.83
Hex D1 A8 FD 11 22 0 1 10D 60 53
Octal 321 250 375 21 42 0 1 415 140 123
Binary 11010001 10101000 11111101 10001 100010 0 1 100001101 1100000 1010011

Color Harmonies of #D1A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A8FD

Black with #D1A8FD

Text Example


Text Example

White with #D1A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A8FD; }

 p { color: rgb(209,168,253); }

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

background-color css

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

 a { background-color: rgb(209,168,253); }

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

border-color css

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

 span { border-color: rgb(209,168,253); }

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