Html Css Color HEX #D99BFF Mauve

📋 copy color: '#D99BFF'

red 217 ◦ green 155 ◦ blue 255

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

Shades of Mauve #D99BFF

Tints of Mauve #D99BFF

RGB

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

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

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

R = 34.61%
G = 24.72%
B = 40.67%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D99BFF (or 0xD99BFF) is known color: Mauve. HEX triplet: D9, 9B and FF. RGB value is (217,155,255). Sum of RGB (Red+Green+Blue) = 217+155+255=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 155 (60.94% from 255 or 24.72% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #D99BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99BFF is #266400. Grayscale: #B8B8B8. Windows color (decimal): -2515969 or 16751577. OLE color: 16751577.

HSL color Cylindrical-coordinate representation of color #D99BFF: hue angle of 277.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 #D99BFF is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 155 255 -
CMYK 0.15 0.39 0 0
HSL 277.2º 1% 0.8% -
HSV(B) 277.2º 0.39% 1% -
XYZ 58.39 45.41 100.3 -
YUV 184.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 217 155 255 0.15 0.39 0 0 277.2 1 0.8
Hex D9 9B FF F 27 0 0 115 64 50
Octal 331 233 377 17 47 0 0 425 144 120
Binary 11011001 10011011 11111111 1111 100111 0 0 100010101 1100100 1010000

Color Harmonies of #D99BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99BFF

Black with #D99BFF

Text Example


Text Example

White with #D99BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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