Html Css Color HEX #D29EFA Mauve

📋 copy color: '#D29EFA'

red 210 ◦ green 158 ◦ blue 250

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

Shades of Mauve #D29EFA

Tints of Mauve #D29EFA

RGB

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

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

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

R = 33.98%
G = 25.57%
B = 40.45%

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

#D29EFA (or 0xD29EFA) is known color: Mauve. HEX triplet: D2, 9E and FA. RGB value is (210,158,250). Sum of RGB (Red+Green+Blue) = 210+158+250=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #D29EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EFA is #2D6105. Grayscale: #B7B7B7. Windows color (decimal): -2973958 or 16424658. OLE color: 16424658.

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

Color convert

RGB 210 158 250 -
CMYK 0.16 0.37 0 0.02
HSL 273.91º 0.9% 0.8% -
HSV(B) 273.91º 0.37% 0.98% -
XYZ 56.06 45.06 96.18 -
YUV 184.04 165.23 146.52 -
System Red Green Blue C M Y K H S L
Decimal 210 158 250 0.16 0.37 0 0.02 273.91 0.9 0.8
Hex D2 9E FA 10 25 0 2 112 5A 50
Octal 322 236 372 20 45 0 2 422 132 120
Binary 11010010 10011110 11111010 10000 100101 0 10 100010010 1011010 1010000

Color Harmonies of #D29EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29EFA

Black with #D29EFA

Text Example


Text Example

White with #D29EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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