Html Css Color HEX #D896FB Mauve

📋 copy color: '#D896FB'

red 216 ◦ green 150 ◦ blue 251

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

Shades of Mauve #D896FB

Tints of Mauve #D896FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.68%

R = 35.01%
G = 24.31%
B = 40.68%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D896FB (or 0xD896FB) is known color: Mauve. HEX triplet: D8, 96 and FB. RGB value is (216,150,251). Sum of RGB (Red+Green+Blue) = 216+150+251=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 150 (58.98% from 255 or 24.31% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #D896FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D896FB is #276904. Grayscale: #B4B4B4. Windows color (decimal): -2582789 or 16488152. OLE color: 16488152.

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

Color convert

RGB 216 150 251 -
CMYK 0.14 0.40 0 0.02
HSL 279.21º 0.93% 0.79% -
HSV(B) 279.21º 0.4% 0.98% -
XYZ 56.64 43.38 96.65 -
YUV 181.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 216 150 251 0.14 0.40 0 0.02 279.21 0.93 0.79
Hex D8 96 FB E 28 0 2 117 5D 4F
Octal 330 226 373 16 50 0 2 427 135 117
Binary 11011000 10010110 11111011 1110 101000 0 10 100010111 1011101 1001111

Color Harmonies of #D896FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896FB

Black with #D896FB

Text Example


Text Example

White with #D896FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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