Html Css Color HEX #D29CFE Mauve

📋 copy color: '#D29CFE'

red 210 ◦ green 156 ◦ blue 254

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

Shades of Mauve #D29CFE

Tints of Mauve #D29CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.97%

R = 33.87%
G = 25.16%
B = 40.97%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D29CFE (or 0xD29CFE) is known color: Mauve. HEX triplet: D2, 9C and FE. RGB value is (210,156,254). Sum of RGB (Red+Green+Blue) = 210+156+254=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 156 (61.33% from 255 or 25.16% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #D29CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29CFE is #2D6301. Grayscale: #B6B6B6. Windows color (decimal): -2974466 or 16686290. OLE color: 16686290.

HSL color Cylindrical-coordinate representation of color #D29CFE: hue angle of 273.06º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D29CFE is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 156 254 -
CMYK 0.17 0.39 0 0.00
HSL 273.06º 0.98% 0.8% -
HSV(B) 273.06º 0.39% 1% -
XYZ 56.36 44.63 99.41 -
YUV 183.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 210 156 254 0.17 0.39 0 0.00 273.06 0.98 0.8
Hex D2 9C FE 11 27 0 0 111 62 50
Octal 322 234 376 21 47 0 0 421 142 120
Binary 11010010 10011100 11111110 10001 100111 0 0 100010001 1100010 1010000

Color Harmonies of #D29CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29CFE

Black with #D29CFE

Text Example


Text Example

White with #D29CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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