Html Css Color HEX #D2A3FE Mauve

📋 copy color: '#D2A3FE'

red 210 ◦ green 163 ◦ blue 254

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

Shades of Mauve #D2A3FE

Tints of Mauve #D2A3FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.51%

R = 33.49%
G = 26%
B = 40.51%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D2A3FE (or 0xD2A3FE) is known color: Mauve. HEX triplet: D2, A3 and FE. RGB value is (210,163,254). Sum of RGB (Red+Green+Blue) = 210+163+254=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 163 (64.06% from 255 or 26.00% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A3FE is #2D5C01. Grayscale: #BBBBBB. Windows color (decimal): -2972674 or 16688082. OLE color: 16688082.

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

Color convert

RGB 210 163 254 -
CMYK 0.17 0.36 0 0.00
HSL 270.99º 0.98% 0.82% -
HSV(B) 270.99º 0.36% 1% -
XYZ 57.56 47.05 99.81 -
YUV 187.43 165.57 144.1 -
System Red Green Blue C M Y K H S L
Decimal 210 163 254 0.17 0.36 0 0.00 270.99 0.98 0.82
Hex D2 A3 FE 11 24 0 0 10F 62 52
Octal 322 243 376 21 44 0 0 417 142 122
Binary 11010010 10100011 11111110 10001 100100 0 0 100001111 1100010 1010010

Color Harmonies of #D2A3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A3FE

Black with #D2A3FE

Text Example


Text Example

White with #D2A3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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