Html Css Color HEX #D896FA Mauve

📋 copy color: '#D896FA'

red 216 ◦ green 150 ◦ blue 250

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

Shades of Mauve #D896FA

Tints of Mauve #D896FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.35%

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

R = 35.06%
G = 24.35%
B = 40.58%

CMYK

 C value IS 0.14

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D896FA (or 0xD896FA) is known color: Mauve. HEX triplet: D8, 96 and FA. RGB value is (216,150,250). Sum of RGB (Red+Green+Blue) = 216+150+250=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #D896FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D896FA is #276905. Grayscale: #B4B4B4. Windows color (decimal): -2582790 or 16422616. OLE color: 16422616.

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

Color convert

RGB 216 150 250 -
CMYK 0.14 0.4 0 0.02
HSL 279.6º 0.91% 0.78% -
HSV(B) 279.6º 0.4% 0.98% -
XYZ 56.48 43.31 95.83 -
YUV 181.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 216 150 250 0.14 0.4 0 0.02 279.6 0.91 0.78
Hex D8 96 FA E 28 0 2 118 5B 4E
Octal 330 226 372 16 50 0 2 430 133 116
Binary 11011000 10010110 11111010 1110 101000 0 10 100011000 1011011 1001110

Color Harmonies of #D896FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896FA

Black with #D896FA

Text Example


Text Example

White with #D896FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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