Html Css Color HEX #D2A4FA Mauve

📋 copy color: '#D2A4FA'

red 210 ◦ green 164 ◦ blue 250

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

Shades of Mauve #D2A4FA

Tints of Mauve #D2A4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.06%

R = 33.65%
G = 26.28%
B = 40.06%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2A4FA (or 0xD2A4FA) is known color: Mauve. HEX triplet: D2, A4 and FA. RGB value is (210,164,250). Sum of RGB (Red+Green+Blue) = 210+164+250=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 164 (64.45% from 255 or 26.28% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A4FA is #2D5B05. Grayscale: #BBBBBB. Windows color (decimal): -2972422 or 16426194. OLE color: 16426194.

HSL color Cylindrical-coordinate representation of color #D2A4FA: hue angle of 272.09º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2A4FA is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 164 250 -
CMYK 0.16 0.34 0 0.02
HSL 272.09º 0.9% 0.81% -
HSV(B) 272.09º 0.34% 0.98% -
XYZ 57.11 47.15 96.53 -
YUV 187.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 210 164 250 0.16 0.34 0 0.02 272.09 0.9 0.81
Hex D2 A4 FA 10 22 0 2 110 5A 51
Octal 322 244 372 20 42 0 2 420 132 121
Binary 11010010 10100100 11111010 10000 100010 0 10 100010000 1011010 1010001

Color Harmonies of #D2A4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A4FA

Black with #D2A4FA

Text Example


Text Example

White with #D2A4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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