Html Css Color HEX #D2A2FE Mauve

📋 copy color: '#D2A2FE'

red 210 ◦ green 162 ◦ blue 254

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

Shades of Mauve #D2A2FE

Tints of Mauve #D2A2FE

RGB

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

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

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

R = 33.55%
G = 25.88%
B = 40.58%

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

#D2A2FE (or 0xD2A2FE) is known color: Mauve. HEX triplet: D2, A2 and FE. RGB value is (210,162,254). Sum of RGB (Red+Green+Blue) = 210+162+254=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 162 (63.67% from 255 or 25.88% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A2FE is #2D5D01. Grayscale: #BABABA. Windows color (decimal): -2972930 or 16687826. OLE color: 16687826.

HSL color Cylindrical-coordinate representation of color #D2A2FE: hue angle of 271.3º 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 #D2A2FE is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 162 254 -
CMYK 0.17 0.36 0 0.00
HSL 271.3º 0.98% 0.82% -
HSV(B) 271.3º 0.36% 1% -
XYZ 57.39 46.7 99.75 -
YUV 186.84 165.9 144.52 -
System Red Green Blue C M Y K H S L
Decimal 210 162 254 0.17 0.36 0 0.00 271.3 0.98 0.82
Hex D2 A2 FE 11 24 0 0 10F 62 52
Octal 322 242 376 21 44 0 0 417 142 122
Binary 11010010 10100010 11111110 10001 100100 0 0 100001111 1100010 1010010

Color Harmonies of #D2A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A2FE

Black with #D2A2FE

Text Example


Text Example

White with #D2A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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