Html Css Color HEX #D29BFB Mauve

📋 copy color: '#D29BFB'

red 210 ◦ green 155 ◦ blue 251

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

Shades of Mauve #D29BFB

Tints of Mauve #D29BFB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.16%

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

R = 34.09%
G = 25.16%
B = 40.75%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D29BFB (or 0xD29BFB) is known color: Mauve. HEX triplet: D2, 9B and FB. RGB value is (210,155,251). Sum of RGB (Red+Green+Blue) = 210+155+251=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #D29BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29BFB is #2D6404. Grayscale: #B6B6B6. Windows color (decimal): -2974725 or 16489426. OLE color: 16489426.

HSL color Cylindrical-coordinate representation of color #D29BFB: hue angle of 274.38º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D29BFB is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 155 251 -
CMYK 0.16 0.38 0 0.02
HSL 274.38º 0.92% 0.8% -
HSV(B) 274.38º 0.38% 0.98% -
XYZ 55.71 44.11 96.84 -
YUV 182.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 210 155 251 0.16 0.38 0 0.02 274.38 0.92 0.8
Hex D2 9B FB 10 26 0 2 112 5C 50
Octal 322 233 373 20 46 0 2 422 134 120
Binary 11010010 10011011 11111011 10000 100110 0 10 100010010 1011100 1010000

Color Harmonies of #D29BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29BFB

Black with #D29BFB

Text Example


Text Example

White with #D29BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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