Html Css Color HEX #D2A2FC Mauve

📋 copy color: '#D2A2FC'

red 210 ◦ green 162 ◦ blue 252

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

Shades of Mauve #D2A2FC

Tints of Mauve #D2A2FC

RGB

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

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

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

R = 33.65%
G = 25.96%
B = 40.38%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D2A2FC (or 0xD2A2FC) is known color: Mauve. HEX triplet: D2, A2 and FC. RGB value is (210,162,252). Sum of RGB (Red+Green+Blue) = 210+162+252=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2A2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A2FC is #2D5D03. Grayscale: #BABABA. Windows color (decimal): -2972932 or 16556754. OLE color: 16556754.

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

Color convert

RGB 210 162 252 -
CMYK 0.17 0.36 0 0.01
HSL 272º 0.94% 0.81% -
HSV(B) 272º 0.36% 0.99% -
XYZ 57.07 46.57 98.08 -
YUV 186.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 210 162 252 0.17 0.36 0 0.01 272 0.94 0.81
Hex D2 A2 FC 11 24 0 1 110 5E 51
Octal 322 242 374 21 44 0 1 420 136 121
Binary 11010010 10100010 11111100 10001 100100 0 1 100010000 1011110 1010001

Color Harmonies of #D2A2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A2FC

Black with #D2A2FC

Text Example


Text Example

White with #D2A2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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