Html Css Color HEX #D29CF9 Mauve

📋 copy color: '#D29CF9'

red 210 ◦ green 156 ◦ blue 249

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

Shades of Mauve #D29CF9

Tints of Mauve #D29CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.49%

R = 34.15%
G = 25.37%
B = 40.49%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D29CF9 (or 0xD29CF9) is known color: Mauve. HEX triplet: D2, 9C and F9. RGB value is (210,156,249). Sum of RGB (Red+Green+Blue) = 210+156+249=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #D29CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29CF9 is #2D6306. Grayscale: #B6B6B6. Windows color (decimal): -2974471 or 16358610. OLE color: 16358610.

HSL color Cylindrical-coordinate representation of color #D29CF9: hue angle of 274.84º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D29CF9 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 156 249 -
CMYK 0.16 0.37 0 0.02
HSL 274.84º 0.89% 0.79% -
HSV(B) 274.84º 0.37% 0.98% -
XYZ 55.57 44.32 95.25 -
YUV 182.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 210 156 249 0.16 0.37 0 0.02 274.84 0.89 0.79
Hex D2 9C F9 10 25 0 2 113 59 4F
Octal 322 234 371 20 45 0 2 423 131 117
Binary 11010010 10011100 11111001 10000 100101 0 10 100010011 1011001 1001111

Color Harmonies of #D29CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29CF9

Black with #D29CF9

Text Example


Text Example

White with #D29CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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