Html Css Color HEX #D29DFB Mauve

📋 copy color: '#D29DFB'

red 210 ◦ green 157 ◦ blue 251

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

Shades of Mauve #D29DFB

Tints of Mauve #D29DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.61%

R = 33.98%
G = 25.4%
B = 40.61%

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

#D29DFB (or 0xD29DFB) is known color: Mauve. HEX triplet: D2, 9D and FB. RGB value is (210,157,251). Sum of RGB (Red+Green+Blue) = 210+157+251=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #D29DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29DFB is #2D6204. Grayscale: #B7B7B7. Windows color (decimal): -2974213 or 16489938. OLE color: 16489938.

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

Color convert

RGB 210 157 251 -
CMYK 0.16 0.37 0 0.02
HSL 273.83º 0.92% 0.8% -
HSV(B) 273.83º 0.37% 0.98% -
XYZ 56.05 44.78 96.96 -
YUV 183.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 210 157 251 0.16 0.37 0 0.02 273.83 0.92 0.8
Hex D2 9D FB 10 25 0 2 112 5C 50
Octal 322 235 373 20 45 0 2 422 134 120
Binary 11010010 10011101 11111011 10000 100101 0 10 100010010 1011100 1010000

Color Harmonies of #D29DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DFB

Black with #D29DFB

Text Example


Text Example

White with #D29DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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