Html Css Color HEX #D09AFE Mauve

📋 copy color: '#D09AFE'

red 208 ◦ green 154 ◦ blue 254

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

Shades of Mauve #D09AFE

Tints of Mauve #D09AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.23%

R = 33.77%
G = 25%
B = 41.23%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D09AFE (or 0xD09AFE) is known color: Mauve. HEX triplet: D0, 9A and FE. RGB value is (208,154,254). Sum of RGB (Red+Green+Blue) = 208+154+254=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #D09AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09AFE is #2F6501. Grayscale: #B5B5B5. Windows color (decimal): -3106050 or 16685776. OLE color: 16685776.

HSL color Cylindrical-coordinate representation of color #D09AFE: hue angle of 272.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D09AFE is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 154 254 -
CMYK 0.18 0.39 0 0.00
HSL 272.4º 0.98% 0.8% -
HSV(B) 272.4º 0.39% 1% -
XYZ 55.46 43.68 99.27 -
YUV 181.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 208 154 254 0.18 0.39 0 0.00 272.4 0.98 0.8
Hex D0 9A FE 12 27 0 0 110 62 50
Octal 320 232 376 22 47 0 0 420 142 120
Binary 11010000 10011010 11111110 10010 100111 0 0 100010000 1100010 1010000

Color Harmonies of #D09AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09AFE

Black with #D09AFE

Text Example


Text Example

White with #D09AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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