Html Css Color HEX #D29FFD Mauve

📋 copy color: '#D29FFD'

red 210 ◦ green 159 ◦ blue 253

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

Shades of Mauve #D29FFD

Tints of Mauve #D29FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.68%

R = 33.76%
G = 25.56%
B = 40.68%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D29FFD (or 0xD29FFD) is known color: Mauve. HEX triplet: D2, 9F and FD. RGB value is (210,159,253). Sum of RGB (Red+Green+Blue) = 210+159+253=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #D29FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FFD is #2D6002. Grayscale: #B8B8B8. Windows color (decimal): -2973699 or 16621522. OLE color: 16621522.

HSL color Cylindrical-coordinate representation of color #D29FFD: hue angle of 272.55º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D29FFD is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 159 253 -
CMYK 0.17 0.37 0 0.01
HSL 272.55º 0.96% 0.81% -
HSV(B) 272.55º 0.37% 0.99% -
XYZ 56.71 45.59 98.74 -
YUV 184.97 166.4 145.86 -
System Red Green Blue C M Y K H S L
Decimal 210 159 253 0.17 0.37 0 0.01 272.55 0.96 0.81
Hex D2 9F FD 11 25 0 1 111 60 51
Octal 322 237 375 21 45 0 1 421 140 121
Binary 11010010 10011111 11111101 10001 100101 0 1 100010001 1100000 1010001

Color Harmonies of #D29FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29FFD

Black with #D29FFD

Text Example


Text Example

White with #D29FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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