Html Css Color HEX #D29CFD Mauve

📋 copy color: '#D29CFD'

red 210 ◦ green 156 ◦ blue 253

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

Shades of Mauve #D29CFD

Tints of Mauve #D29CFD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.2%

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

R = 33.93%
G = 25.2%
B = 40.87%

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

#D29CFD (or 0xD29CFD) is known color: Mauve. HEX triplet: D2, 9C and FD. RGB value is (210,156,253). Sum of RGB (Red+Green+Blue) = 210+156+253=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #D29CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29CFD is #2D6302. Grayscale: #B6B6B6. Windows color (decimal): -2974467 or 16620754. OLE color: 16620754.

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

Color convert

RGB 210 156 253 -
CMYK 0.17 0.38 0 0.01
HSL 273.4º 0.96% 0.8% -
HSV(B) 273.4º 0.38% 0.99% -
XYZ 56.2 44.57 98.57 -
YUV 183.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 210 156 253 0.17 0.38 0 0.01 273.4 0.96 0.8
Hex D2 9C FD 11 26 0 1 111 60 50
Octal 322 234 375 21 46 0 1 421 140 120
Binary 11010010 10011100 11111101 10001 100110 0 1 100010001 1100000 1010000

Color Harmonies of #D29CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29CFD

Black with #D29CFD

Text Example


Text Example

White with #D29CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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