Html Css Color HEX #D29FF9 Mauve

📋 copy color: '#D29FF9'

red 210 ◦ green 159 ◦ blue 249

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

Shades of Mauve #D29FF9

Tints of Mauve #D29FF9

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.73%

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

R = 33.98%
G = 25.73%
B = 40.29%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D29FF9 (or 0xD29FF9) is known color: Mauve. HEX triplet: D2, 9F and F9. RGB value is (210,159,249). Sum of RGB (Red+Green+Blue) = 210+159+249=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #D29FF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FF9 is #2D6006. Grayscale: #B8B8B8. Windows color (decimal): -2973703 or 16359378. OLE color: 16359378.

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

Color convert

RGB 210 159 249 -
CMYK 0.16 0.36 0 0.02
HSL 274º 0.88% 0.8% -
HSV(B) 274º 0.36% 0.98% -
XYZ 56.08 45.34 95.42 -
YUV 184.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 210 159 249 0.16 0.36 0 0.02 274 0.88 0.8
Hex D2 9F F9 10 24 0 2 112 58 50
Octal 322 237 371 20 44 0 2 422 130 120
Binary 11010010 10011111 11111001 10000 100100 0 10 100010010 1011000 1010000

Color Harmonies of #D29FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29FF9

Black with #D29FF9

Text Example


Text Example

White with #D29FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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