Html Css Color HEX #D29FFB Mauve

📋 copy color: '#D29FFB'

red 210 ◦ green 159 ◦ blue 251

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

Shades of Mauve #D29FFB

Tints of Mauve #D29FFB

RGB

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

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

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

R = 33.87%
G = 25.65%
B = 40.48%

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

#D29FFB (or 0xD29FFB) is known color: Mauve. HEX triplet: D2, 9F and FB. RGB value is (210,159,251). Sum of RGB (Red+Green+Blue) = 210+159+251=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #D29FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FFB is #2D6004. Grayscale: #B8B8B8. Windows color (decimal): -2973701 or 16490450. OLE color: 16490450.

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

Color convert

RGB 210 159 251 -
CMYK 0.16 0.37 0 0.02
HSL 273.26º 0.92% 0.8% -
HSV(B) 273.26º 0.37% 0.98% -
XYZ 56.39 45.46 97.07 -
YUV 184.74 165.4 146.02 -
System Red Green Blue C M Y K H S L
Decimal 210 159 251 0.16 0.37 0 0.02 273.26 0.92 0.8
Hex D2 9F FB 10 25 0 2 111 5C 50
Octal 322 237 373 20 45 0 2 421 134 120
Binary 11010010 10011111 11111011 10000 100101 0 10 100010001 1011100 1010000

Color Harmonies of #D29FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29FFB

Black with #D29FFB

Text Example


Text Example

White with #D29FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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