Html Css Color HEX #D29EFF Mauve

📋 copy color: '#D29EFF'

red 210 ◦ green 158 ◦ blue 255

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

Shades of Mauve #D29EFF

Tints of Mauve #D29EFF

RGB

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

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

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

R = 33.71%
G = 25.36%
B = 40.93%

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

#D29EFF (or 0xD29EFF) is known color: Mauve. HEX triplet: D2, 9E and FF. RGB value is (210,158,255). Sum of RGB (Red+Green+Blue) = 210+158+255=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #D29EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EFF is #2D6100. Grayscale: #B8B8B8. Windows color (decimal): -2973953 or 16752338. OLE color: 16752338.

HSL color Cylindrical-coordinate representation of color #D29EFF: hue angle of 272.16º 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 #D29EFF is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 210 158 255 -
CMYK 0.18 0.38 0 0
HSL 272.16º 1% 0.81% -
HSV(B) 272.16º 0.38% 1% -
XYZ 56.86 45.38 100.37 -
YUV 184.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 210 158 255 0.18 0.38 0 0 272.16 1 0.81
Hex D2 9E FF 12 26 0 0 110 64 51
Octal 322 236 377 22 46 0 0 420 144 121
Binary 11010010 10011110 11111111 10010 100110 0 0 100010000 1100100 1010001

Color Harmonies of #D29EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29EFF

Black with #D29EFF

Text Example


Text Example

White with #D29EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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