Html Css Color HEX #D3A5FB Mauve

📋 copy color: '#D3A5FB'

red 211 ◦ green 165 ◦ blue 251

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

Shades of Mauve #D3A5FB

Tints of Mauve #D3A5FB

RGB

 RED value IS 211 (82.81% from 255) = 33.65%

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

 BLUE value IS 251 (98.44% from 255) = 40.03%

R = 33.65%
G = 26.32%
B = 40.03%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3A5FB (or 0xD3A5FB) is known color: Mauve. HEX triplet: D3, A5 and FB. RGB value is (211,165,251). Sum of RGB (Red+Green+Blue) = 211+165+251=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 165 (64.84% from 255 or 26.32% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3A5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A5FB is #2C5A04. Grayscale: #BCBCBC. Windows color (decimal): -2906629 or 16491987. OLE color: 16491987.

HSL color Cylindrical-coordinate representation of color #D3A5FB: hue angle of 272.09º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3A5FB is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 165 251 -
CMYK 0.16 0.34 0 0.02
HSL 272.09º 0.91% 0.82% -
HSV(B) 272.09º 0.34% 0.98% -
XYZ 57.73 47.72 97.44 -
YUV 188.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 211 165 251 0.16 0.34 0 0.02 272.09 0.91 0.82
Hex D3 A5 FB 10 22 0 2 110 5B 52
Octal 323 245 373 20 42 0 2 420 133 122
Binary 11010011 10100101 11111011 10000 100010 0 10 100010000 1011011 1010010

Color Harmonies of #D3A5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A5FB

Black with #D3A5FB

Text Example


Text Example

White with #D3A5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A5FB; }

 p { color: rgb(211,165,251); }

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

background-color css

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

 a { background-color: rgb(211,165,251); }

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

border-color css

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

 span { border-color: rgb(211,165,251); }

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