Html Css Color HEX #D992FB Mauve

📋 copy color: '#D992FB'

red 217 ◦ green 146 ◦ blue 251

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

Shades of Mauve #D992FB

Tints of Mauve #D992FB

RGB

 RED value IS 217 (85.16% from 255) = 35.34%

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

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

R = 35.34%
G = 23.78%
B = 40.88%

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

#D992FB (or 0xD992FB) is known color: Mauve. HEX triplet: D9, 92 and FB. RGB value is (217,146,251). Sum of RGB (Red+Green+Blue) = 217+146+251=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 146 (57.42% from 255 or 23.78% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #D992FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D992FB is #266D04. Grayscale: #B2B2B2. Windows color (decimal): -2518277 or 16487129. OLE color: 16487129.

HSL color Cylindrical-coordinate representation of color #D992FB: hue angle of 280.57º degrees, saturation: 0.93, 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 #D992FB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 146 251 -
CMYK 0.14 0.42 0 0.02
HSL 280.57º 0.93% 0.78% -
HSV(B) 280.57º 0.42% 0.98% -
XYZ 56.31 42.27 96.46 -
YUV 179.2 168.52 154.96 -
System Red Green Blue C M Y K H S L
Decimal 217 146 251 0.14 0.42 0 0.02 280.57 0.93 0.78
Hex D9 92 FB E 2A 0 2 119 5D 4E
Octal 331 222 373 16 52 0 2 431 135 116
Binary 11011001 10010010 11111011 1110 101010 0 10 100011001 1011101 1001110

Color Harmonies of #D992FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992FB

Black with #D992FB

Text Example


Text Example

White with #D992FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992FB; }

 p { color: rgb(217,146,251); }

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

background-color css

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

 a { background-color: rgb(217,146,251); }

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

border-color css

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

 span { border-color: rgb(217,146,251); }

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