Html Css Color HEX #D29AFF Mauve

📋 copy color: '#D29AFF'

red 210 ◦ green 154 ◦ blue 255

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

Shades of Mauve #D29AFF

Tints of Mauve #D29AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.88%

 BLUE value IS 255 (100% from 255) = 41.2%

R = 33.93%
G = 24.88%
B = 41.2%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D29AFF (or 0xD29AFF) is known color: Mauve. HEX triplet: D2, 9A and FF. RGB value is (210,154,255). Sum of RGB (Red+Green+Blue) = 210+154+255=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #D29AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29AFF is #2D6500. Grayscale: #B5B5B5. Windows color (decimal): -2974977 or 16751314. OLE color: 16751314.

HSL color Cylindrical-coordinate representation of color #D29AFF: hue angle of 273.27º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D29AFF is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 210 154 255 -
CMYK 0.18 0.40 0 0
HSL 273.27º 1% 0.8% -
HSV(B) 273.27º 0.4% 1% -
XYZ 56.18 44.03 100.15 -
YUV 182.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 210 154 255 0.18 0.40 0 0 273.27 1 0.8
Hex D2 9A FF 12 28 0 0 111 64 50
Octal 322 232 377 22 50 0 0 421 144 120
Binary 11010010 10011010 11111111 10010 101000 0 0 100010001 1100100 1010000

Color Harmonies of #D29AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29AFF

Black with #D29AFF

Text Example


Text Example

White with #D29AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29AFF; }

 p { color: rgb(210,154,255); }

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

background-color css

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

 a { background-color: rgb(210,154,255); }

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

border-color css

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

 span { border-color: rgb(210,154,255); }

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