Html Css Color HEX #D992FA Mauve

📋 copy color: '#D992FA'

red 217 ◦ green 146 ◦ blue 250

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

Shades of Mauve #D992FA

Tints of Mauve #D992FA

RGB

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

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

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

R = 35.4%
G = 23.82%
B = 40.78%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D992FA (or 0xD992FA) is known color: Mauve. HEX triplet: D9, 92 and FA. RGB value is (217,146,250). Sum of RGB (Red+Green+Blue) = 217+146+250=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 146 (57.42% from 255 or 23.82% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #D992FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D992FA is #266D05. Grayscale: #B2B2B2. Windows color (decimal): -2518278 or 16421593. OLE color: 16421593.

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

Color convert

RGB 217 146 250 -
CMYK 0.13 0.42 0 0.02
HSL 280.96º 0.91% 0.78% -
HSV(B) 280.96º 0.42% 0.98% -
XYZ 56.15 42.21 95.63 -
YUV 179.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 217 146 250 0.13 0.42 0 0.02 280.96 0.91 0.78
Hex D9 92 FA D 2A 0 2 119 5B 4E
Octal 331 222 372 15 52 0 2 431 133 116
Binary 11011001 10010010 11111010 1101 101010 0 10 100011001 1011011 1001110

Color Harmonies of #D992FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992FA

Black with #D992FA

Text Example


Text Example

White with #D992FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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