Html Css Color HEX #D29CFF Mauve

📋 copy color: '#D29CFF'

red 210 ◦ green 156 ◦ blue 255

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

Shades of Mauve #D29CFF

Tints of Mauve #D29CFF

RGB

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

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

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

R = 33.82%
G = 25.12%
B = 41.06%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D29CFF (or 0xD29CFF) is known color: Mauve. HEX triplet: D2, 9C and FF. RGB value is (210,156,255). Sum of RGB (Red+Green+Blue) = 210+156+255=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #D29CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29CFF is #2D6300. Grayscale: #B7B7B7. Windows color (decimal): -2974465 or 16751826. OLE color: 16751826.

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

Color convert

RGB 210 156 255 -
CMYK 0.18 0.39 0 0
HSL 272.73º 1% 0.81% -
HSV(B) 272.73º 0.39% 1% -
XYZ 56.52 44.7 100.26 -
YUV 183.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 210 156 255 0.18 0.39 0 0 272.73 1 0.81
Hex D2 9C FF 12 27 0 0 111 64 51
Octal 322 234 377 22 47 0 0 421 144 121
Binary 11010010 10011100 11111111 10010 100111 0 0 100010001 1100100 1010001

Color Harmonies of #D29CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29CFF

Black with #D29CFF

Text Example


Text Example

White with #D29CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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