Html Css Color HEX #D894FB Mauve

📋 copy color: '#D894FB'

red 216 ◦ green 148 ◦ blue 251

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

Shades of Mauve #D894FB

Tints of Mauve #D894FB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.07%

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

R = 35.12%
G = 24.07%
B = 40.81%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D894FB (or 0xD894FB) is known color: Mauve. HEX triplet: D8, 94 and FB. RGB value is (216,148,251). Sum of RGB (Red+Green+Blue) = 216+148+251=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #D894FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D894FB is #276B04. Grayscale: #B3B3B3. Windows color (decimal): -2583301 or 16487640. OLE color: 16487640.

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

Color convert

RGB 216 148 251 -
CMYK 0.14 0.41 0 0.02
HSL 279.61º 0.93% 0.78% -
HSV(B) 279.61º 0.41% 0.98% -
XYZ 56.32 42.74 96.55 -
YUV 180.07 168.03 153.62 -
System Red Green Blue C M Y K H S L
Decimal 216 148 251 0.14 0.41 0 0.02 279.61 0.93 0.78
Hex D8 94 FB E 29 0 2 118 5D 4E
Octal 330 224 373 16 51 0 2 430 135 116
Binary 11011000 10010100 11111011 1110 101001 0 10 100011000 1011101 1001110

Color Harmonies of #D894FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D894FB

Black with #D894FB

Text Example


Text Example

White with #D894FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D894FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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