Html Css Color HEX #D2A5FF Mauve

📋 copy color: '#D2A5FF'

red 210 ◦ green 165 ◦ blue 255

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

Shades of Mauve #D2A5FF

Tints of Mauve #D2A5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.19%

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

R = 33.33%
G = 26.19%
B = 40.48%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D2A5FF (or 0xD2A5FF) is known color: Mauve. HEX triplet: D2, A5 and FF. RGB value is (210,165,255). Sum of RGB (Red+Green+Blue) = 210+165+255=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 165 (64.84% from 255 or 26.19% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2A5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A5FF is #2D5A00. Grayscale: #BCBCBC. Windows color (decimal): -2972161 or 16754130. OLE color: 16754130.

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

Color convert

RGB 210 165 255 -
CMYK 0.18 0.35 0 0
HSL 270º 1% 0.82% -
HSV(B) 270º 0.35% 1% -
XYZ 58.08 47.83 100.78 -
YUV 188.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 210 165 255 0.18 0.35 0 0 270 1 0.82
Hex D2 A5 FF 12 23 0 0 10E 64 52
Octal 322 245 377 22 43 0 0 416 144 122
Binary 11010010 10100101 11111111 10010 100011 0 0 100001110 1100100 1010010

Color Harmonies of #D2A5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A5FF

Black with #D2A5FF

Text Example


Text Example

White with #D2A5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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