Html Css Color HEX #D2A3FB Mauve

📋 copy color: '#D2A3FB'

red 210 ◦ green 163 ◦ blue 251

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

Shades of Mauve #D2A3FB

Tints of Mauve #D2A3FB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.12%

 BLUE value IS 251 (98.44% from 255) = 40.22%

R = 33.65%
G = 26.12%
B = 40.22%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2A3FB (or 0xD2A3FB) is known color: Mauve. HEX triplet: D2, A3 and FB. RGB value is (210,163,251). Sum of RGB (Red+Green+Blue) = 210+163+251=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 163 (64.06% from 255 or 26.12% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2A3FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A3FB is #2D5C04. Grayscale: #BABABA. Windows color (decimal): -2972677 or 16491474. OLE color: 16491474.

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

Color convert

RGB 210 163 251 -
CMYK 0.16 0.35 0 0.02
HSL 272.05º 0.92% 0.81% -
HSV(B) 272.05º 0.35% 0.98% -
XYZ 57.09 46.86 97.3 -
YUV 187.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 210 163 251 0.16 0.35 0 0.02 272.05 0.92 0.81
Hex D2 A3 FB 10 23 0 2 110 5C 51
Octal 322 243 373 20 43 0 2 420 134 121
Binary 11010010 10100011 11111011 10000 100011 0 10 100010000 1011100 1010001

Color Harmonies of #D2A3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A3FB

Black with #D2A3FB

Text Example


Text Example

White with #D2A3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A3FB; }

 p { color: rgb(210,163,251); }

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

background-color css

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

 a { background-color: rgb(210,163,251); }

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

border-color css

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

 span { border-color: rgb(210,163,251); }

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