Html Css Color HEX #D19AFC Mauve

📋 copy color: '#D19AFC'

red 209 ◦ green 154 ◦ blue 252

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

Shades of Mauve #D19AFC

Tints of Mauve #D19AFC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.04%

 BLUE value IS 252 (98.83% from 255) = 40.98%

R = 33.98%
G = 25.04%
B = 40.98%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D19AFC (or 0xD19AFC) is known color: Mauve. HEX triplet: D1, 9A and FC. RGB value is (209,154,252). Sum of RGB (Red+Green+Blue) = 209+154+252=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #D19AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19AFC is #2E6503. Grayscale: #B5B5B5. Windows color (decimal): -3040516 or 16554705. OLE color: 16554705.

HSL color Cylindrical-coordinate representation of color #D19AFC: hue angle of 273.67º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D19AFC is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 154 252 -
CMYK 0.17 0.39 0 0.01
HSL 273.67º 0.94% 0.8% -
HSV(B) 273.67º 0.39% 0.99% -
XYZ 55.42 43.69 97.61 -
YUV 181.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 209 154 252 0.17 0.39 0 0.01 273.67 0.94 0.8
Hex D1 9A FC 11 27 0 1 112 5E 50
Octal 321 232 374 21 47 0 1 422 136 120
Binary 11010001 10011010 11111100 10001 100111 0 1 100010010 1011110 1010000

Color Harmonies of #D19AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19AFC

Black with #D19AFC

Text Example


Text Example

White with #D19AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19AFC; }

 p { color: rgb(209,154,252); }

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

background-color css

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

 a { background-color: rgb(209,154,252); }

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

border-color css

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

 span { border-color: rgb(209,154,252); }

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