Html Css Color HEX #D09BFA Mauve

📋 copy color: '#D09BFA'

red 208 ◦ green 155 ◦ blue 250

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

Shades of Mauve #D09BFA

Tints of Mauve #D09BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.29%

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

R = 33.93%
G = 25.29%
B = 40.78%

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

#D09BFA (or 0xD09BFA) is known color: Mauve. HEX triplet: D0, 9B and FA. RGB value is (208,155,250). Sum of RGB (Red+Green+Blue) = 208+155+250=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #D09BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BFA is #2F6405. Grayscale: #B5B5B5. Windows color (decimal): -3105798 or 16423888. OLE color: 16423888.

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

Color convert

RGB 208 155 250 -
CMYK 0.17 0.38 0 0.02
HSL 273.47º 0.9% 0.79% -
HSV(B) 273.47º 0.38% 0.98% -
XYZ 54.99 43.75 95.99 -
YUV 181.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 208 155 250 0.17 0.38 0 0.02 273.47 0.9 0.79
Hex D0 9B FA 11 26 0 2 111 5A 4F
Octal 320 233 372 21 46 0 2 421 132 117
Binary 11010000 10011011 11111010 10001 100110 0 10 100010001 1011010 1001111

Color Harmonies of #D09BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09BFA

Black with #D09BFA

Text Example


Text Example

White with #D09BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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