Html Css Color HEX #D2A9FC Mauve

📋 copy color: '#D2A9FC'

red 210 ◦ green 169 ◦ blue 252

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

Shades of Mauve #D2A9FC

Tints of Mauve #D2A9FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.94%

R = 33.28%
G = 26.78%
B = 39.94%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D2A9FC (or 0xD2A9FC) is known color: Mauve. HEX triplet: D2, A9 and FC. RGB value is (210,169,252). Sum of RGB (Red+Green+Blue) = 210+169+252=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 169 (66.41% from 255 or 26.78% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2A9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A9FC is #2D5603. Grayscale: #BEBEBE. Windows color (decimal): -2971140 or 16558546. OLE color: 16558546.

HSL color Cylindrical-coordinate representation of color #D2A9FC: hue angle of 269.64º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2A9FC is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 169 252 -
CMYK 0.17 0.33 0 0.01
HSL 269.64º 0.93% 0.83% -
HSV(B) 269.64º 0.33% 0.99% -
XYZ 58.34 49.11 98.5 -
YUV 190.72 162.58 141.75 -
System Red Green Blue C M Y K H S L
Decimal 210 169 252 0.17 0.33 0 0.01 269.64 0.93 0.83
Hex D2 A9 FC 11 21 0 1 10E 5D 53
Octal 322 251 374 21 41 0 1 416 135 123
Binary 11010010 10101001 11111100 10001 100001 0 1 100001110 1011101 1010011

Color Harmonies of #D2A9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A9FC

Black with #D2A9FC

Text Example


Text Example

White with #D2A9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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