Html Css Color HEX #D99BFC Mauve

📋 copy color: '#D99BFC'

red 217 ◦ green 155 ◦ blue 252

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

Shades of Mauve #D99BFC

Tints of Mauve #D99BFC

RGB

 RED value IS 217 (85.16% from 255) = 34.78%

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

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

R = 34.78%
G = 24.84%
B = 40.38%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D99BFC (or 0xD99BFC) is known color: Mauve. HEX triplet: D9, 9B and FC. RGB value is (217,155,252). Sum of RGB (Red+Green+Blue) = 217+155+252=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 155 (60.94% from 255 or 24.84% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #D99BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99BFC is #266403. Grayscale: #B8B8B8. Windows color (decimal): -2515972 or 16554969. OLE color: 16554969.

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

Color convert

RGB 217 155 252 -
CMYK 0.14 0.38 0 0.01
HSL 278.35º 0.94% 0.8% -
HSV(B) 278.35º 0.38% 0.99% -
XYZ 57.91 45.22 97.77 -
YUV 184.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 217 155 252 0.14 0.38 0 0.01 278.35 0.94 0.8
Hex D9 9B FC E 26 0 1 116 5E 50
Octal 331 233 374 16 46 0 1 426 136 120
Binary 11011001 10011011 11111100 1110 100110 0 1 100010110 1011110 1010000

Color Harmonies of #D99BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99BFC

Black with #D99BFC

Text Example


Text Example

White with #D99BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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