Html Css Color HEX #D29BFC Mauve

📋 copy color: '#D29BFC'

red 210 ◦ green 155 ◦ blue 252

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

Shades of Mauve #D29BFC

Tints of Mauve #D29BFC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.12%

 BLUE value IS 252 (98.83% from 255) = 40.84%

R = 34.04%
G = 25.12%
B = 40.84%

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

#D29BFC (or 0xD29BFC) is known color: Mauve. HEX triplet: D2, 9B and FC. RGB value is (210,155,252). Sum of RGB (Red+Green+Blue) = 210+155+252=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #D29BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29BFC is #2D6403. Grayscale: #B6B6B6. Windows color (decimal): -2974724 or 16554962. OLE color: 16554962.

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

Color convert

RGB 210 155 252 -
CMYK 0.17 0.38 0 0.01
HSL 274.02º 0.94% 0.8% -
HSV(B) 274.02º 0.38% 0.99% -
XYZ 55.87 44.17 97.68 -
YUV 182.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 210 155 252 0.17 0.38 0 0.01 274.02 0.94 0.8
Hex D2 9B FC 11 26 0 1 112 5E 50
Octal 322 233 374 21 46 0 1 422 136 120
Binary 11010010 10011011 11111100 10001 100110 0 1 100010010 1011110 1010000

Color Harmonies of #D29BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29BFC

Black with #D29BFC

Text Example


Text Example

White with #D29BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29BFC; }

 p { color: rgb(210,155,252); }

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

background-color css

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

 a { background-color: rgb(210,155,252); }

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

border-color css

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

 span { border-color: rgb(210,155,252); }

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