Html Css Color HEX #D2A9FF Mauve

📋 copy color: '#D2A9FF'

red 210 ◦ green 169 ◦ blue 255

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

Shades of Mauve #D2A9FF

Tints of Mauve #D2A9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.66%

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

R = 33.12%
G = 26.66%
B = 40.22%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D2A9FF (or 0xD2A9FF) is known color: Mauve. HEX triplet: D2, A9 and FF. RGB value is (210,169,255). Sum of RGB (Red+Green+Blue) = 210+169+255=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 169 (66.41% from 255 or 26.66% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2A9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A9FF is #2D5600. Grayscale: #BEBEBE. Windows color (decimal): -2971137 or 16755154. OLE color: 16755154.

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

Color convert

RGB 210 169 255 -
CMYK 0.18 0.34 0 0
HSL 268.6º 1% 0.83% -
HSV(B) 268.6º 0.34% 1% -
XYZ 58.82 49.3 101.02 -
YUV 191.06 164.08 141.51 -
System Red Green Blue C M Y K H S L
Decimal 210 169 255 0.18 0.34 0 0 268.6 1 0.83
Hex D2 A9 FF 12 22 0 0 10D 64 53
Octal 322 251 377 22 42 0 0 415 144 123
Binary 11010010 10101001 11111111 10010 100010 0 0 100001101 1100100 1010011

Color Harmonies of #D2A9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A9FF

Black with #D2A9FF

Text Example


Text Example

White with #D2A9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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