Html Css Color HEX #D09AFC Mauve

📋 copy color: '#D09AFC'

red 208 ◦ green 154 ◦ blue 252

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

Shades of Mauve #D09AFC

Tints of Mauve #D09AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.04%

R = 33.88%
G = 25.08%
B = 41.04%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D09AFC (or 0xD09AFC) is known color: Mauve. HEX triplet: D0, 9A and FC. RGB value is (208,154,252). Sum of RGB (Red+Green+Blue) = 208+154+252=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #D09AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09AFC is #2F6503. Grayscale: #B4B4B4. Windows color (decimal): -3106052 or 16554704. OLE color: 16554704.

HSL color Cylindrical-coordinate representation of color #D09AFC: hue angle of 273.06º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D09AFC is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 154 252 -
CMYK 0.17 0.39 0 0.01
HSL 273.06º 0.94% 0.8% -
HSV(B) 273.06º 0.39% 0.99% -
XYZ 55.14 43.55 97.6 -
YUV 181.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 208 154 252 0.17 0.39 0 0.01 273.06 0.94 0.8
Hex D0 9A FC 11 27 0 1 111 5E 50
Octal 320 232 374 21 47 0 1 421 136 120
Binary 11010000 10011010 11111100 10001 100111 0 1 100010001 1011110 1010000

Color Harmonies of #D09AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09AFC

Black with #D09AFC

Text Example


Text Example

White with #D09AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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