Html Css Color HEX #D896F8 Mauve

📋 copy color: '#D896F8'

red 216 ◦ green 150 ◦ blue 248

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

Shades of Mauve #D896F8

Tints of Mauve #D896F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.39%

R = 35.18%
G = 24.43%
B = 40.39%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D896F8 (or 0xD896F8) is known color: Mauve. HEX triplet: D8, 96 and F8. RGB value is (216,150,248). Sum of RGB (Red+Green+Blue) = 216+150+248=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 150 (58.98% from 255 or 24.43% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #D896F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D896F8 is #276907. Grayscale: #B4B4B4. Windows color (decimal): -2582792 or 16291544. OLE color: 16291544.

HSL color Cylindrical-coordinate representation of color #D896F8: hue angle of 280.41º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D896F8 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 216 150 248 -
CMYK 0.13 0.40 0 0.03
HSL 280.41º 0.88% 0.78% -
HSV(B) 280.41º 0.4% 0.97% -
XYZ 56.17 43.19 94.18 -
YUV 180.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 216 150 248 0.13 0.40 0 0.03 280.41 0.88 0.78
Hex D8 96 F8 D 28 0 3 118 58 4E
Octal 330 226 370 15 50 0 3 430 130 116
Binary 11011000 10010110 11111000 1101 101000 0 11 100011000 1011000 1001110

Color Harmonies of #D896F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896F8

Black with #D896F8

Text Example


Text Example

White with #D896F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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