Html Css Color HEX #D19CFA Mauve

📋 copy color: '#D19CFA'

red 209 ◦ green 156 ◦ blue 250

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

Shades of Mauve #D19CFA

Tints of Mauve #D19CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.37%

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

R = 33.98%
G = 25.37%
B = 40.65%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D19CFA (or 0xD19CFA) is known color: Mauve. HEX triplet: D1, 9C and FA. RGB value is (209,156,250). Sum of RGB (Red+Green+Blue) = 209+156+250=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #D19CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19CFA is #2E6305. Grayscale: #B6B6B6. Windows color (decimal): -3040006 or 16424145. OLE color: 16424145.

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

Color convert

RGB 209 156 250 -
CMYK 0.16 0.38 0 0.02
HSL 273.83º 0.9% 0.8% -
HSV(B) 273.83º 0.38% 0.98% -
XYZ 55.44 44.23 96.06 -
YUV 182.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 209 156 250 0.16 0.38 0 0.02 273.83 0.9 0.8
Hex D1 9C FA 10 26 0 2 112 5A 50
Octal 321 234 372 20 46 0 2 422 132 120
Binary 11010001 10011100 11111010 10000 100110 0 10 100010010 1011010 1010000

Color Harmonies of #D19CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19CFA

Black with #D19CFA

Text Example


Text Example

White with #D19CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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