Html Css Color HEX #D89BFA Mauve

📋 copy color: '#D89BFA'

red 216 ◦ green 155 ◦ blue 250

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

Shades of Mauve #D89BFA

Tints of Mauve #D89BFA

RGB

 RED value IS 216 (84.77% from 255) = 34.78%

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

 BLUE value IS 250 (98.05% from 255) = 40.26%

R = 34.78%
G = 24.96%
B = 40.26%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D89BFA (or 0xD89BFA) is known color: Mauve. HEX triplet: D8, 9B and FA. RGB value is (216,155,250). Sum of RGB (Red+Green+Blue) = 216+155+250=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #D89BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89BFA is #276405. Grayscale: #B7B7B7. Windows color (decimal): -2581510 or 16423896. OLE color: 16423896.

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

Color convert

RGB 216 155 250 -
CMYK 0.14 0.38 0 0.02
HSL 278.53º 0.9% 0.79% -
HSV(B) 278.53º 0.38% 0.98% -
XYZ 57.3 44.94 96.1 -
YUV 184.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 216 155 250 0.14 0.38 0 0.02 278.53 0.9 0.79
Hex D8 9B FA E 26 0 2 117 5A 4F
Octal 330 233 372 16 46 0 2 427 132 117
Binary 11011000 10011011 11111010 1110 100110 0 10 100010111 1011010 1001111

Color Harmonies of #D89BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89BFA

Black with #D89BFA

Text Example


Text Example

White with #D89BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89BFA; }

 p { color: rgb(216,155,250); }

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

background-color css

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

 a { background-color: rgb(216,155,250); }

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

border-color css

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

 span { border-color: rgb(216,155,250); }

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