Html Css Color HEX #D49BFF Mauve

📋 copy color: '#D49BFF'

red 212 ◦ green 155 ◦ blue 255

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

Shades of Mauve #D49BFF

Tints of Mauve #D49BFF

RGB

 RED value IS 212 (83.2% from 255) = 34.08%

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

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

R = 34.08%
G = 24.92%
B = 41%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D49BFF (or 0xD49BFF) is known color: Mauve. HEX triplet: D4, 9B and FF. RGB value is (212,155,255). Sum of RGB (Red+Green+Blue) = 212+155+255=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #D49BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49BFF is #2B6400. Grayscale: #B7B7B7. Windows color (decimal): -2843649 or 16751572. OLE color: 16751572.

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

Color convert

RGB 212 155 255 -
CMYK 0.17 0.39 0 0
HSL 274.2º 1% 0.8% -
HSV(B) 274.2º 0.39% 1% -
XYZ 56.92 44.66 100.23 -
YUV 183.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 212 155 255 0.17 0.39 0 0 274.2 1 0.8
Hex D4 9B FF 11 27 0 0 112 64 50
Octal 324 233 377 21 47 0 0 422 144 120
Binary 11010100 10011011 11111111 10001 100111 0 0 100010010 1100100 1010000

Color Harmonies of #D49BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BFF

Black with #D49BFF

Text Example


Text Example

White with #D49BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BFF; }

 p { color: rgb(212,155,255); }

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

background-color css

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

 a { background-color: rgb(212,155,255); }

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

border-color css

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

 span { border-color: rgb(212,155,255); }

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