Html Css Color HEX #D29EF9 Mauve

📋 copy color: '#D29EF9'

red 210 ◦ green 158 ◦ blue 249

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

Shades of Mauve #D29EF9

Tints of Mauve #D29EF9

RGB

 RED value IS 210 (82.42% from 255) = 34.04%

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

 BLUE value IS 249 (97.66% from 255) = 40.36%

R = 34.04%
G = 25.61%
B = 40.36%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D29EF9 (or 0xD29EF9) is known color: Mauve. HEX triplet: D2, 9E and F9. RGB value is (210,158,249). Sum of RGB (Red+Green+Blue) = 210+158+249=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #D29EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EF9 is #2D6106. Grayscale: #B7B7B7. Windows color (decimal): -2973959 or 16359122. OLE color: 16359122.

HSL color Cylindrical-coordinate representation of color #D29EF9: hue angle of 274.29º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D29EF9 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 158 249 -
CMYK 0.16 0.37 0 0.02
HSL 274.29º 0.88% 0.8% -
HSV(B) 274.29º 0.37% 0.98% -
XYZ 55.9 44.99 95.36 -
YUV 183.92 164.73 146.6 -
System Red Green Blue C M Y K H S L
Decimal 210 158 249 0.16 0.37 0 0.02 274.29 0.88 0.8
Hex D2 9E F9 10 25 0 2 112 58 50
Octal 322 236 371 20 45 0 2 422 130 120
Binary 11010010 10011110 11111001 10000 100101 0 10 100010010 1011000 1010000

Color Harmonies of #D29EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29EF9

Black with #D29EF9

Text Example


Text Example

White with #D29EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29EF9; }

 p { color: rgb(210,158,249); }

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

background-color css

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

 a { background-color: rgb(210,158,249); }

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

border-color css

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

 span { border-color: rgb(210,158,249); }

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