Html Css Color HEX #D09AFB Mauve

📋 copy color: '#D09AFB'

red 208 ◦ green 154 ◦ blue 251

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

Shades of Mauve #D09AFB

Tints of Mauve #D09AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.95%

R = 33.93%
G = 25.12%
B = 40.95%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D09AFB (or 0xD09AFB) is known color: Mauve. HEX triplet: D0, 9A and FB. RGB value is (208,154,251). Sum of RGB (Red+Green+Blue) = 208+154+251=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #D09AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09AFB is #2F6504. Grayscale: #B4B4B4. Windows color (decimal): -3106053 or 16489168. OLE color: 16489168.

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

Color convert

RGB 208 154 251 -
CMYK 0.17 0.39 0 0.02
HSL 273.4º 0.92% 0.79% -
HSV(B) 273.4º 0.39% 0.98% -
XYZ 54.98 43.49 96.76 -
YUV 181.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 208 154 251 0.17 0.39 0 0.02 273.4 0.92 0.79
Hex D0 9A FB 11 27 0 2 111 5C 4F
Octal 320 232 373 21 47 0 2 421 134 117
Binary 11010000 10011010 11111011 10001 100111 0 10 100010001 1011100 1001111

Color Harmonies of #D09AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09AFB

Black with #D09AFB

Text Example


Text Example

White with #D09AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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