Html Css Color HEX #D992FD Mauve

📋 copy color: '#D992FD'

red 217 ◦ green 146 ◦ blue 253

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

Shades of Mauve #D992FD

Tints of Mauve #D992FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.07%

R = 35.23%
G = 23.7%
B = 41.07%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D992FD (or 0xD992FD) is known color: Mauve. HEX triplet: D9, 92 and FD. RGB value is (217,146,253). Sum of RGB (Red+Green+Blue) = 217+146+253=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 146 (57.42% from 255 or 23.70% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #D992FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D992FD is #266D02. Grayscale: #B3B3B3. Windows color (decimal): -2518275 or 16618201. OLE color: 16618201.

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

Color convert

RGB 217 146 253 -
CMYK 0.14 0.42 0 0.01
HSL 279.81º 0.96% 0.78% -
HSV(B) 279.81º 0.42% 0.99% -
XYZ 56.62 42.4 98.13 -
YUV 179.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 217 146 253 0.14 0.42 0 0.01 279.81 0.96 0.78
Hex D9 92 FD E 2A 0 1 118 60 4E
Octal 331 222 375 16 52 0 1 430 140 116
Binary 11011001 10010010 11111101 1110 101010 0 1 100011000 1100000 1001110

Color Harmonies of #D992FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992FD

Black with #D992FD

Text Example


Text Example

White with #D992FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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