Html Css Color HEX #D3B2F9 Mauve

📋 copy color: '#D3B2F9'

red 211 ◦ green 178 ◦ blue 249

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

Shades of Mauve #D3B2F9

Tints of Mauve #D3B2F9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.9%

 BLUE value IS 249 (97.66% from 255) = 39.03%

R = 33.07%
G = 27.9%
B = 39.03%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3B2F9 (or 0xD3B2F9) is known color: Mauve. HEX triplet: D3, B2 and F9. RGB value is (211,178,249). Sum of RGB (Red+Green+Blue) = 211+178+249=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 249 (97.66% from 255 or 39.03% from 638); Max value from RGB is 249 - color contains mainly: blue. Hex color #D3B2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3B2F9 is #2C4D06. Grayscale: #C3C3C3. Windows color (decimal): -2903303 or 16364243. OLE color: 16364243.

HSL color Cylindrical-coordinate representation of color #D3B2F9: hue angle of 267.89º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3B2F9 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 178 249 -
CMYK 0.15 0.29 0 0.02
HSL 267.89º 0.86% 0.84% -
HSV(B) 267.89º 0.29% 0.98% -
XYZ 59.88 52.53 96.61 -
YUV 195.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 211 178 249 0.15 0.29 0 0.02 267.89 0.86 0.84
Hex D3 B2 F9 F 1D 0 2 10C 56 54
Octal 323 262 371 17 35 0 2 414 126 124
Binary 11010011 10110010 11111001 1111 11101 0 10 100001100 1010110 1010100

Color Harmonies of #D3B2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B2F9

Black with #D3B2F9

Text Example


Text Example

White with #D3B2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B2F9; }

 p { color: rgb(211,178,249); }

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

background-color css

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

 a { background-color: rgb(211,178,249); }

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

border-color css

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

 span { border-color: rgb(211,178,249); }

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