Html Css Color HEX #D29EFE Mauve

📋 copy color: '#D29EFE'

red 210 ◦ green 158 ◦ blue 254

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

Shades of Mauve #D29EFE

Tints of Mauve #D29EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 33.76%
G = 25.4%
B = 40.84%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D29EFE (or 0xD29EFE) is known color: Mauve. HEX triplet: D2, 9E and FE. RGB value is (210,158,254). Sum of RGB (Red+Green+Blue) = 210+158+254=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #D29EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EFE is #2D6101. Grayscale: #B8B8B8. Windows color (decimal): -2973954 or 16686802. OLE color: 16686802.

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

Color convert

RGB 210 158 254 -
CMYK 0.17 0.38 0 0.00
HSL 272.5º 0.98% 0.81% -
HSV(B) 272.5º 0.38% 1% -
XYZ 56.69 45.31 99.52 -
YUV 184.49 167.23 146.19 -
System Red Green Blue C M Y K H S L
Decimal 210 158 254 0.17 0.38 0 0.00 272.5 0.98 0.81
Hex D2 9E FE 11 26 0 0 110 62 51
Octal 322 236 376 21 46 0 0 420 142 121
Binary 11010010 10011110 11111110 10001 100110 0 0 100010000 1100010 1010001

Color Harmonies of #D29EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29EFE

Black with #D29EFE

Text Example


Text Example

White with #D29EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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