Html Css Color HEX #D2A4F1 Mauve

📋 copy color: '#D2A4F1'

red 210 ◦ green 164 ◦ blue 241

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

Shades of Mauve #D2A4F1

Tints of Mauve #D2A4F1

RGB

 RED value IS 210 (82.42% from 255) = 34.15%

 GREEN value IS 164 (64.45% from 255) = 26.67%

 BLUE value IS 241 (94.53% from 255) = 39.19%

R = 34.15%
G = 26.67%
B = 39.19%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D2A4F1 (or 0xD2A4F1) is known color: Mauve. HEX triplet: D2, A4 and F1. RGB value is (210,164,241). Sum of RGB (Red+Green+Blue) = 210+164+241=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #D2A4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A4F1 is #2D5B0E. Grayscale: #BABABA. Windows color (decimal): -2972431 or 15836370. OLE color: 15836370.

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

Color convert

RGB 210 164 241 -
CMYK 0.13 0.32 0 0.05
HSL 275.84º 0.73% 0.79% -
HSV(B) 275.84º 0.32% 0.95% -
XYZ 55.73 46.6 89.28 -
YUV 186.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 210 164 241 0.13 0.32 0 0.05 275.84 0.73 0.79
Hex D2 A4 F1 D 20 0 5 114 49 4F
Octal 322 244 361 15 40 0 5 424 111 117
Binary 11010010 10100100 11110001 1101 100000 0 101 100010100 1001001 1001111

Color Harmonies of #D2A4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A4F1

Black with #D2A4F1

Text Example


Text Example

White with #D2A4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A4F1; }

 p { color: rgb(210,164,241); }

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

background-color css

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

 a { background-color: rgb(210,164,241); }

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

border-color css

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

 span { border-color: rgb(210,164,241); }

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