Html Css Color HEX #D4A2FE Mauve

📋 copy color: '#D4A2FE'

red 212 ◦ green 162 ◦ blue 254

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

Shades of Mauve #D4A2FE

Tints of Mauve #D4A2FE

RGB

 RED value IS 212 (83.2% from 255) = 33.76%

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

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

R = 33.76%
G = 25.8%
B = 40.45%

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

#D4A2FE (or 0xD4A2FE) is known color: Mauve. HEX triplet: D4, A2 and FE. RGB value is (212,162,254). Sum of RGB (Red+Green+Blue) = 212+162+254=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 162 (63.67% from 255 or 25.80% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A2FE is #2B5D01. Grayscale: #BBBBBB. Windows color (decimal): -2841858 or 16687828. OLE color: 16687828.

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

Color convert

RGB 212 162 254 -
CMYK 0.17 0.36 0 0.00
HSL 272.61º 0.98% 0.82% -
HSV(B) 272.61º 0.36% 1% -
XYZ 57.96 46.99 99.78 -
YUV 187.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 212 162 254 0.17 0.36 0 0.00 272.61 0.98 0.82
Hex D4 A2 FE 11 24 0 0 111 62 52
Octal 324 242 376 21 44 0 0 421 142 122
Binary 11010100 10100010 11111110 10001 100100 0 0 100010001 1100010 1010010

Color Harmonies of #D4A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A2FE

Black with #D4A2FE

Text Example


Text Example

White with #D4A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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