Html Css Color HEX #D4A2FF Mauve

📋 copy color: '#D4A2FF'

red 212 ◦ green 162 ◦ blue 255

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

Shades of Mauve #D4A2FF

Tints of Mauve #D4A2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.54%

R = 33.7%
G = 25.76%
B = 40.54%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4A2FF (or 0xD4A2FF) is known color: Mauve. HEX triplet: D4, A2 and FF. RGB value is (212,162,255). Sum of RGB (Red+Green+Blue) = 212+162+255=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 162 (63.67% from 255 or 25.76% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A2FF is #2B5D00. Grayscale: #BBBBBB. Windows color (decimal): -2841857 or 16753364. OLE color: 16753364.

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

Color convert

RGB 212 162 255 -
CMYK 0.17 0.36 0 0
HSL 272.26º 1% 0.82% -
HSV(B) 272.26º 0.36% 1% -
XYZ 58.12 47.06 100.63 -
YUV 187.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 212 162 255 0.17 0.36 0 0 272.26 1 0.82
Hex D4 A2 FF 11 24 0 0 110 64 52
Octal 324 242 377 21 44 0 0 420 144 122
Binary 11010100 10100010 11111111 10001 100100 0 0 100010000 1100100 1010010

Color Harmonies of #D4A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A2FF

Black with #D4A2FF

Text Example


Text Example

White with #D4A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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