Html Css Color HEX #D29FFA Mauve

📋 copy color: '#D29FFA'

red 210 ◦ green 159 ◦ blue 250

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

Shades of Mauve #D29FFA

Tints of Mauve #D29FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.39%

R = 33.93%
G = 25.69%
B = 40.39%

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

#D29FFA (or 0xD29FFA) is known color: Mauve. HEX triplet: D2, 9F and FA. RGB value is (210,159,250). Sum of RGB (Red+Green+Blue) = 210+159+250=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #D29FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FFA is #2D6005. Grayscale: #B8B8B8. Windows color (decimal): -2973702 or 16424914. OLE color: 16424914.

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

Color convert

RGB 210 159 250 -
CMYK 0.16 0.36 0 0.02
HSL 273.63º 0.9% 0.8% -
HSV(B) 273.63º 0.36% 0.98% -
XYZ 56.23 45.4 96.24 -
YUV 184.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 210 159 250 0.16 0.36 0 0.02 273.63 0.9 0.8
Hex D2 9F FA 10 24 0 2 112 5A 50
Octal 322 237 372 20 44 0 2 422 132 120
Binary 11010010 10011111 11111010 10000 100100 0 10 100010010 1011010 1010000

Color Harmonies of #D29FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29FFA

Black with #D29FFA

Text Example


Text Example

White with #D29FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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