Html Css Color HEX #D19BFB Mauve

📋 copy color: '#D19BFB'

red 209 ◦ green 155 ◦ blue 251

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

Shades of Mauve #D19BFB

Tints of Mauve #D19BFB

RGB

 RED value IS 209 (82.03% from 255) = 33.98%

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

 BLUE value IS 251 (98.44% from 255) = 40.81%

R = 33.98%
G = 25.2%
B = 40.81%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D19BFB (or 0xD19BFB) is known color: Mauve. HEX triplet: D1, 9B and FB. RGB value is (209,155,251). Sum of RGB (Red+Green+Blue) = 209+155+251=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #D19BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19BFB is #2E6404. Grayscale: #B5B5B5. Windows color (decimal): -3040261 or 16489425. OLE color: 16489425.

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

Color convert

RGB 209 155 251 -
CMYK 0.17 0.38 0 0.02
HSL 273.75º 0.92% 0.8% -
HSV(B) 273.75º 0.38% 0.98% -
XYZ 55.43 43.96 96.83 -
YUV 182.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 209 155 251 0.17 0.38 0 0.02 273.75 0.92 0.8
Hex D1 9B FB 11 26 0 2 112 5C 50
Octal 321 233 373 21 46 0 2 422 134 120
Binary 11010001 10011011 11111011 10001 100110 0 10 100010010 1011100 1010000

Color Harmonies of #D19BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19BFB

Black with #D19BFB

Text Example


Text Example

White with #D19BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19BFB; }

 p { color: rgb(209,155,251); }

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

background-color css

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

 a { background-color: rgb(209,155,251); }

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

border-color css

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

 span { border-color: rgb(209,155,251); }

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