Html Css Color HEX #D992FF Mauve

📋 copy color: '#D992FF'

red 217 ◦ green 146 ◦ blue 255

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

Shades of Mauve #D992FF

Tints of Mauve #D992FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.26%

R = 35.11%
G = 23.62%
B = 41.26%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D992FF (or 0xD992FF) is known color: Mauve. HEX triplet: D9, 92 and FF. RGB value is (217,146,255). Sum of RGB (Red+Green+Blue) = 217+146+255=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 146 (57.42% from 255 or 23.62% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #D992FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D992FF is #266D00. Grayscale: #B3B3B3. Windows color (decimal): -2518273 or 16749273. OLE color: 16749273.

HSL color Cylindrical-coordinate representation of color #D992FF: hue angle of 279.08º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D992FF is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 146 255 -
CMYK 0.15 0.43 0 0
HSL 279.08º 1% 0.79% -
HSV(B) 279.08º 0.43% 1% -
XYZ 56.94 42.53 99.82 -
YUV 179.66 170.52 154.64 -
System Red Green Blue C M Y K H S L
Decimal 217 146 255 0.15 0.43 0 0 279.08 1 0.79
Hex D9 92 FF F 2B 0 0 117 64 4F
Octal 331 222 377 17 53 0 0 427 144 117
Binary 11011001 10010010 11111111 1111 101011 0 0 100010111 1100100 1001111

Color Harmonies of #D992FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992FF

Black with #D992FF

Text Example


Text Example

White with #D992FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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