Html Css Color HEX #D29DFD Mauve

📋 copy color: '#D29DFD'

red 210 ◦ green 157 ◦ blue 253

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

Shades of Mauve #D29DFD

Tints of Mauve #D29DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.81%

R = 33.87%
G = 25.32%
B = 40.81%

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

#D29DFD (or 0xD29DFD) is known color: Mauve. HEX triplet: D2, 9D and FD. RGB value is (210,157,253). Sum of RGB (Red+Green+Blue) = 210+157+253=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 157 (61.72% from 255 or 25.32% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #D29DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29DFD is #2D6202. Grayscale: #B7B7B7. Windows color (decimal): -2974211 or 16621010. OLE color: 16621010.

HSL color Cylindrical-coordinate representation of color #D29DFD: hue angle of 273.12º degrees, saturation: 0.96, 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 #D29DFD is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 157 253 -
CMYK 0.17 0.38 0 0.01
HSL 273.13º 0.96% 0.8% -
HSV(B) 273.13º 0.38% 0.99% -
XYZ 56.36 44.91 98.63 -
YUV 183.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 210 157 253 0.17 0.38 0 0.01 273.13 0.96 0.8
Hex D2 9D FD 11 26 0 1 111 60 50
Octal 322 235 375 21 46 0 1 421 140 120
Binary 11010010 10011101 11111101 10001 100110 0 1 100010001 1100000 1010000

Color Harmonies of #D29DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DFD

Black with #D29DFD

Text Example


Text Example

White with #D29DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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