Html Css Color HEX #D29DFF Mauve

📋 copy color: '#D29DFF'

red 210 ◦ green 157 ◦ blue 255

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

Shades of Mauve #D29DFF

Tints of Mauve #D29DFF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.24%

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

R = 33.76%
G = 25.24%
B = 41%

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

#D29DFF (or 0xD29DFF) is known color: Mauve. HEX triplet: D2, 9D and FF. RGB value is (210,157,255). Sum of RGB (Red+Green+Blue) = 210+157+255=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #D29DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29DFF is #2D6200. Grayscale: #B7B7B7. Windows color (decimal): -2974209 or 16752082. OLE color: 16752082.

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

Color convert

RGB 210 157 255 -
CMYK 0.18 0.38 0 0
HSL 272.45º 1% 0.81% -
HSV(B) 272.45º 0.38% 1% -
XYZ 56.69 45.04 100.31 -
YUV 184.02 168.06 146.53 -
System Red Green Blue C M Y K H S L
Decimal 210 157 255 0.18 0.38 0 0 272.45 1 0.81
Hex D2 9D FF 12 26 0 0 110 64 51
Octal 322 235 377 22 46 0 0 420 144 121
Binary 11010010 10011101 11111111 10010 100110 0 0 100010000 1100100 1010001

Color Harmonies of #D29DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DFF

Black with #D29DFF

Text Example


Text Example

White with #D29DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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