Html Css Color HEX #D1A2FD Mauve

📋 copy color: '#D1A2FD'

red 209 ◦ green 162 ◦ blue 253

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

Shades of Mauve #D1A2FD

Tints of Mauve #D1A2FD

RGB

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

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

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

R = 33.49%
G = 25.96%
B = 40.54%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1A2FD (or 0xD1A2FD) is known color: Mauve. HEX triplet: D1, A2 and FD. RGB value is (209,162,253). Sum of RGB (Red+Green+Blue) = 209+162+253=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1A2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A2FD is #2E5D02. Grayscale: #BABABA. Windows color (decimal): -3038467 or 16622289. OLE color: 16622289.

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

Color convert

RGB 209 162 253 -
CMYK 0.17 0.36 0 0.01
HSL 270.99º 0.96% 0.81% -
HSV(B) 270.99º 0.36% 0.99% -
XYZ 56.94 46.49 98.9 -
YUV 186.43 165.57 144.1 -
System Red Green Blue C M Y K H S L
Decimal 209 162 253 0.17 0.36 0 0.01 270.99 0.96 0.81
Hex D1 A2 FD 11 24 0 1 10F 60 51
Octal 321 242 375 21 44 0 1 417 140 121
Binary 11010001 10100010 11111101 10001 100100 0 1 100001111 1100000 1010001

Color Harmonies of #D1A2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A2FD

Black with #D1A2FD

Text Example


Text Example

White with #D1A2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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