Html Css Color HEX #D09EFE Mauve

📋 copy color: '#D09EFE'

red 208 ◦ green 158 ◦ blue 254

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

Shades of Mauve #D09EFE

Tints of Mauve #D09EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.48%

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

R = 33.55%
G = 25.48%
B = 40.97%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D09EFE (or 0xD09EFE) is known color: Mauve. HEX triplet: D0, 9E and FE. RGB value is (208,158,254). Sum of RGB (Red+Green+Blue) = 208+158+254=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #D09EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09EFE is #2F6101. Grayscale: #B7B7B7. Windows color (decimal): -3105026 or 16686800. OLE color: 16686800.

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

Color convert

RGB 208 158 254 -
CMYK 0.18 0.38 0 0.00
HSL 271.25º 0.98% 0.81% -
HSV(B) 271.25º 0.38% 1% -
XYZ 56.13 45.02 99.5 -
YUV 183.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 208 158 254 0.18 0.38 0 0.00 271.25 0.98 0.81
Hex D0 9E FE 12 26 0 0 10F 62 51
Octal 320 236 376 22 46 0 0 417 142 121
Binary 11010000 10011110 11111110 10010 100110 0 0 100001111 1100010 1010001

Color Harmonies of #D09EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09EFE

Black with #D09EFE

Text Example


Text Example

White with #D09EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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