Html Css Color HEX #D7A2FF Mauve

📋 copy color: '#D7A2FF'

red 215 ◦ green 162 ◦ blue 255

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

Shades of Mauve #D7A2FF

Tints of Mauve #D7A2FF

RGB

 RED value IS 215 (84.38% from 255) = 34.02%

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

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

R = 34.02%
G = 25.63%
B = 40.35%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D7A2FF (or 0xD7A2FF) is known color: Mauve. HEX triplet: D7, A2 and FF. RGB value is (215,162,255). Sum of RGB (Red+Green+Blue) = 215+162+255=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 162 (63.67% from 255 or 25.63% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A2FF is #285D00. Grayscale: #BCBCBC. Windows color (decimal): -2645249 or 16753367. OLE color: 16753367.

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

Color convert

RGB 215 162 255 -
CMYK 0.16 0.36 0 0
HSL 274.19º 1% 0.82% -
HSV(B) 274.19º 0.36% 1% -
XYZ 58.99 47.51 100.67 -
YUV 188.45 165.56 146.94 -
System Red Green Blue C M Y K H S L
Decimal 215 162 255 0.16 0.36 0 0 274.19 1 0.82
Hex D7 A2 FF 10 24 0 0 112 64 52
Octal 327 242 377 20 44 0 0 422 144 122
Binary 11010111 10100010 11111111 10000 100100 0 0 100010010 1100100 1010010

Color Harmonies of #D7A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A2FF

Black with #D7A2FF

Text Example


Text Example

White with #D7A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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