Html Css Color HEX #D1A2F2 Mauve

📋 copy color: '#D1A2F2'

red 209 ◦ green 162 ◦ blue 242

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

Shades of Mauve #D1A2F2

Tints of Mauve #D1A2F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.48%

R = 34.09%
G = 26.43%
B = 39.48%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D1A2F2 (or 0xD1A2F2) is known color: Mauve. HEX triplet: D1, A2 and F2. RGB value is (209,162,242). Sum of RGB (Red+Green+Blue) = 209+162+242=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1A2F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A2F2 is #2E5D0D. Grayscale: #B8B8B8. Windows color (decimal): -3038478 or 15901393. OLE color: 15901393.

HSL color Cylindrical-coordinate representation of color #D1A2F2: hue angle of 275.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1A2F2 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 162 242 -
CMYK 0.14 0.33 0 0.05
HSL 275.25º 0.75% 0.79% -
HSV(B) 275.25º 0.33% 0.95% -
XYZ 55.24 45.81 89.93 -
YUV 185.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 209 162 242 0.14 0.33 0 0.05 275.25 0.75 0.79
Hex D1 A2 F2 E 21 0 5 113 4B 4F
Octal 321 242 362 16 41 0 5 423 113 117
Binary 11010001 10100010 11110010 1110 100001 0 101 100010011 1001011 1001111

Color Harmonies of #D1A2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A2F2

Black with #D1A2F2

Text Example


Text Example

White with #D1A2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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