Html Css Color HEX #D896FC Mauve

📋 copy color: '#D896FC'

red 216 ◦ green 150 ◦ blue 252

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

Shades of Mauve #D896FC

Tints of Mauve #D896FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.78%

R = 34.95%
G = 24.27%
B = 40.78%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D896FC (or 0xD896FC) is known color: Mauve. HEX triplet: D8, 96 and FC. RGB value is (216,150,252). Sum of RGB (Red+Green+Blue) = 216+150+252=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #D896FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D896FC is #276903. Grayscale: #B5B5B5. Windows color (decimal): -2582788 or 16553688. OLE color: 16553688.

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

Color convert

RGB 216 150 252 -
CMYK 0.14 0.40 0 0.01
HSL 278.82º 0.94% 0.79% -
HSV(B) 278.82º 0.4% 0.99% -
XYZ 56.8 43.44 97.49 -
YUV 181.36 167.87 152.71 -
System Red Green Blue C M Y K H S L
Decimal 216 150 252 0.14 0.40 0 0.01 278.82 0.94 0.79
Hex D8 96 FC E 28 0 1 117 5E 4F
Octal 330 226 374 16 50 0 1 427 136 117
Binary 11011000 10010110 11111100 1110 101000 0 1 100010111 1011110 1001111

Color Harmonies of #D896FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896FC

Black with #D896FC

Text Example


Text Example

White with #D896FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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