Html Css Color HEX #D29DF9 Mauve

📋 copy color: '#D29DF9'

red 210 ◦ green 157 ◦ blue 249

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

Shades of Mauve #D29DF9

Tints of Mauve #D29DF9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.49%

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

R = 34.09%
G = 25.49%
B = 40.42%

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

#D29DF9 (or 0xD29DF9) is known color: Mauve. HEX triplet: D2, 9D and F9. RGB value is (210,157,249). Sum of RGB (Red+Green+Blue) = 210+157+249=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #D29DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29DF9 is #2D6206. Grayscale: #B7B7B7. Windows color (decimal): -2974215 or 16358866. OLE color: 16358866.

HSL color Cylindrical-coordinate representation of color #D29DF9: hue angle of 274.57º 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 #D29DF9 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 157 249 -
CMYK 0.16 0.37 0 0.02
HSL 274.57º 0.88% 0.8% -
HSV(B) 274.57º 0.37% 0.98% -
XYZ 55.73 44.66 95.3 -
YUV 183.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 210 157 249 0.16 0.37 0 0.02 274.57 0.88 0.8
Hex D2 9D F9 10 25 0 2 113 58 50
Octal 322 235 371 20 45 0 2 423 130 120
Binary 11010010 10011101 11111001 10000 100101 0 10 100010011 1011000 1010000

Color Harmonies of #D29DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DF9

Black with #D29DF9

Text Example


Text Example

White with #D29DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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