Html Css Color HEX #D29FFF Mauve

📋 copy color: '#D29FFF'

red 210 ◦ green 159 ◦ blue 255

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

Shades of Mauve #D29FFF

Tints of Mauve #D29FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.87%

R = 33.65%
G = 25.48%
B = 40.87%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D29FFF (or 0xD29FFF) is known color: Mauve. HEX triplet: D2, 9F and FF. RGB value is (210,159,255). Sum of RGB (Red+Green+Blue) = 210+159+255=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #D29FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FFF is #2D6000. Grayscale: #B8B8B8. Windows color (decimal): -2973697 or 16752594. OLE color: 16752594.

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

Color convert

RGB 210 159 255 -
CMYK 0.18 0.38 0 0
HSL 271.88º 1% 0.81% -
HSV(B) 271.88º 0.38% 1% -
XYZ 57.03 45.72 100.43 -
YUV 185.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 210 159 255 0.18 0.38 0 0 271.88 1 0.81
Hex D2 9F FF 12 26 0 0 110 64 51
Octal 322 237 377 22 46 0 0 420 144 121
Binary 11010010 10011111 11111111 10010 100110 0 0 100010000 1100100 1010001

Color Harmonies of #D29FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29FFF

Black with #D29FFF

Text Example


Text Example

White with #D29FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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