Html Css Color HEX #D2A4FF Mauve

📋 copy color: '#D2A4FF'

red 210 ◦ green 164 ◦ blue 255

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

Shades of Mauve #D2A4FF

Tints of Mauve #D2A4FF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.07%

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

R = 33.39%
G = 26.07%
B = 40.54%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D2A4FF (or 0xD2A4FF) is known color: Mauve. HEX triplet: D2, A4 and FF. RGB value is (210,164,255). Sum of RGB (Red+Green+Blue) = 210+164+255=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 164 (64.45% from 255 or 26.07% 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 #D2A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A4FF is #2D5B00. Grayscale: #BBBBBB. Windows color (decimal): -2972417 or 16753874. OLE color: 16753874.

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

Color convert

RGB 210 164 255 -
CMYK 0.18 0.36 0 0
HSL 270.33º 1% 0.82% -
HSV(B) 270.33º 0.36% 1% -
XYZ 57.9 47.47 100.72 -
YUV 188.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 210 164 255 0.18 0.36 0 0 270.33 1 0.82
Hex D2 A4 FF 12 24 0 0 10E 64 52
Octal 322 244 377 22 44 0 0 416 144 122
Binary 11010010 10100100 11111111 10010 100100 0 0 100001110 1100100 1010010

Color Harmonies of #D2A4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A4FF

Black with #D2A4FF

Text Example


Text Example

White with #D2A4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A4FF; }

 p { color: rgb(210,164,255); }

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

background-color css

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

 a { background-color: rgb(210,164,255); }

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

border-color css

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

 span { border-color: rgb(210,164,255); }

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