Html Css Color HEX #D09AFA Mauve

📋 copy color: '#D09AFA'

red 208 ◦ green 154 ◦ blue 250

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

Shades of Mauve #D09AFA

Tints of Mauve #D09AFA

RGB

 RED value IS 208 (81.64% from 255) = 33.99%

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

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

R = 33.99%
G = 25.16%
B = 40.85%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D09AFA (or 0xD09AFA) is known color: Mauve. HEX triplet: D0, 9A and FA. RGB value is (208,154,250). Sum of RGB (Red+Green+Blue) = 208+154+250=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #D09AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09AFA is #2F6505. Grayscale: #B4B4B4. Windows color (decimal): -3106054 or 16423632. OLE color: 16423632.

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

Color convert

RGB 208 154 250 -
CMYK 0.17 0.38 0 0.02
HSL 273.75º 0.91% 0.79% -
HSV(B) 273.75º 0.38% 0.98% -
XYZ 54.82 43.42 95.93 -
YUV 181.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 208 154 250 0.17 0.38 0 0.02 273.75 0.91 0.79
Hex D0 9A FA 11 26 0 2 112 5B 4F
Octal 320 232 372 21 46 0 2 422 133 117
Binary 11010000 10011010 11111010 10001 100110 0 10 100010010 1011011 1001111

Color Harmonies of #D09AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09AFA

Black with #D09AFA

Text Example


Text Example

White with #D09AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09AFA; }

 p { color: rgb(208,154,250); }

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

background-color css

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

 a { background-color: rgb(208,154,250); }

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

border-color css

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

 span { border-color: rgb(208,154,250); }

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