Html Css Color HEX #D09DFA Mauve

📋 copy color: '#D09DFA'

red 208 ◦ green 157 ◦ blue 250

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

Shades of Mauve #D09DFA

Tints of Mauve #D09DFA

RGB

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

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

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

R = 33.82%
G = 25.53%
B = 40.65%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D09DFA (or 0xD09DFA) is known color: Mauve. HEX triplet: D0, 9D and FA. RGB value is (208,157,250). Sum of RGB (Red+Green+Blue) = 208+157+250=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 157 (61.72% from 255 or 25.53% 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 #D09DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09DFA is #2F6205. Grayscale: #B6B6B6. Windows color (decimal): -3105286 or 16424400. OLE color: 16424400.

HSL color Cylindrical-coordinate representation of color #D09DFA: hue angle of 272.9º 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 #D09DFA is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 157 250 -
CMYK 0.17 0.37 0 0.02
HSL 272.9º 0.9% 0.8% -
HSV(B) 272.9º 0.37% 0.98% -
XYZ 55.32 44.43 96.1 -
YUV 182.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 208 157 250 0.17 0.37 0 0.02 272.9 0.9 0.8
Hex D0 9D FA 11 25 0 2 111 5A 50
Octal 320 235 372 21 45 0 2 421 132 120
Binary 11010000 10011101 11111010 10001 100101 0 10 100010001 1011010 1010000

Color Harmonies of #D09DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09DFA

Black with #D09DFA

Text Example


Text Example

White with #D09DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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