Html Css Color HEX #D29BFA Mauve

📋 copy color: '#D29BFA'

red 210 ◦ green 155 ◦ blue 250

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

Shades of Mauve #D29BFA

Tints of Mauve #D29BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 34.15%
G = 25.2%
B = 40.65%

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

#D29BFA (or 0xD29BFA) is known color: Mauve. HEX triplet: D2, 9B and FA. RGB value is (210,155,250). Sum of RGB (Red+Green+Blue) = 210+155+250=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #D29BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29BFA is #2D6405. Grayscale: #B5B5B5. Windows color (decimal): -2974726 or 16423890. OLE color: 16423890.

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

Color convert

RGB 210 155 250 -
CMYK 0.16 0.38 0 0.02
HSL 274.74º 0.9% 0.79% -
HSV(B) 274.74º 0.38% 0.98% -
XYZ 55.56 44.05 96.02 -
YUV 182.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 210 155 250 0.16 0.38 0 0.02 274.74 0.9 0.79
Hex D2 9B FA 10 26 0 2 113 5A 4F
Octal 322 233 372 20 46 0 2 423 132 117
Binary 11010010 10011011 11111010 10000 100110 0 10 100010011 1011010 1001111

Color Harmonies of #D29BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29BFA

Black with #D29BFA

Text Example


Text Example

White with #D29BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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