Html Css Color HEX #D29DFC Mauve

📋 copy color: '#D29DFC'

red 210 ◦ green 157 ◦ blue 252

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

Shades of Mauve #D29DFC

Tints of Mauve #D29DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.71%

R = 33.93%
G = 25.36%
B = 40.71%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D29DFC (or 0xD29DFC) is known color: Mauve. HEX triplet: D2, 9D and FC. RGB value is (210,157,252). Sum of RGB (Red+Green+Blue) = 210+157+252=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #D29DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29DFC is #2D6203. Grayscale: #B7B7B7. Windows color (decimal): -2974212 or 16555474. OLE color: 16555474.

HSL color Cylindrical-coordinate representation of color #D29DFC: hue angle of 273.47º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D29DFC is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 157 252 -
CMYK 0.17 0.38 0 0.01
HSL 273.47º 0.94% 0.8% -
HSV(B) 273.47º 0.38% 0.99% -
XYZ 56.21 44.84 97.79 -
YUV 183.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 210 157 252 0.17 0.38 0 0.01 273.47 0.94 0.8
Hex D2 9D FC 11 26 0 1 111 5E 50
Octal 322 235 374 21 46 0 1 421 136 120
Binary 11010010 10011101 11111100 10001 100110 0 1 100010001 1011110 1010000

Color Harmonies of #D29DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DFC

Black with #D29DFC

Text Example


Text Example

White with #D29DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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