Html Css Color HEX #D892FA Mauve

📋 copy color: '#D892FA'

red 216 ◦ green 146 ◦ blue 250

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

Shades of Mauve #D892FA

Tints of Mauve #D892FA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.86%

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

R = 35.29%
G = 23.86%
B = 40.85%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D892FA (or 0xD892FA) is known color: Mauve. HEX triplet: D8, 92 and FA. RGB value is (216,146,250). Sum of RGB (Red+Green+Blue) = 216+146+250=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #D892FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D892FA is #276D05. Grayscale: #B2B2B2. Windows color (decimal): -2583814 or 16421592. OLE color: 16421592.

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

Color convert

RGB 216 146 250 -
CMYK 0.14 0.42 0 0.02
HSL 280.38º 0.91% 0.78% -
HSV(B) 280.38º 0.42% 0.98% -
XYZ 55.85 42.06 95.62 -
YUV 178.79 168.19 154.54 -
System Red Green Blue C M Y K H S L
Decimal 216 146 250 0.14 0.42 0 0.02 280.38 0.91 0.78
Hex D8 92 FA E 2A 0 2 118 5B 4E
Octal 330 222 372 16 52 0 2 430 133 116
Binary 11011000 10010010 11111010 1110 101010 0 10 100011000 1011011 1001110

Color Harmonies of #D892FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D892FA

Black with #D892FA

Text Example


Text Example

White with #D892FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D892FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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