Html Css Color HEX #D19DFA Mauve

📋 copy color: '#D19DFA'

red 209 ◦ green 157 ◦ blue 250

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

Shades of Mauve #D19DFA

Tints of Mauve #D19DFA

RGB

 RED value IS 209 (82.03% from 255) = 33.93%

 GREEN value IS 157 (61.72% from 255) = 25.49%

 BLUE value IS 250 (98.05% from 255) = 40.58%

R = 33.93%
G = 25.49%
B = 40.58%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D19DFA (or 0xD19DFA) is known color: Mauve. HEX triplet: D1, 9D and FA. RGB value is (209,157,250). Sum of RGB (Red+Green+Blue) = 209+157+250=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #D19DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19DFA is #2E6205. Grayscale: #B6B6B6. Windows color (decimal): -3039750 or 16424401. OLE color: 16424401.

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

Color convert

RGB 209 157 250 -
CMYK 0.16 0.37 0 0.02
HSL 273.55º 0.9% 0.8% -
HSV(B) 273.55º 0.37% 0.98% -
XYZ 55.61 44.57 96.11 -
YUV 183.15 165.73 146.44 -
System Red Green Blue C M Y K H S L
Decimal 209 157 250 0.16 0.37 0 0.02 273.55 0.9 0.8
Hex D1 9D FA 10 25 0 2 112 5A 50
Octal 321 235 372 20 45 0 2 422 132 120
Binary 11010001 10011101 11111010 10000 100101 0 10 100010010 1011010 1010000

Color Harmonies of #D19DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19DFA

Black with #D19DFA

Text Example


Text Example

White with #D19DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19DFA; }

 p { color: rgb(209,157,250); }

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

background-color css

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

 a { background-color: rgb(209,157,250); }

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

border-color css

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

 span { border-color: rgb(209,157,250); }

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