Html Css Color HEX #D995FE Mauve

📋 copy color: '#D995FE'

red 217 ◦ green 149 ◦ blue 254

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

Shades of Mauve #D995FE

Tints of Mauve #D995FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.03%

 BLUE value IS 254 (99.61% from 255) = 40.97%

R = 35%
G = 24.03%
B = 40.97%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D995FE (or 0xD995FE) is known color: Mauve. HEX triplet: D9, 95 and FE. RGB value is (217,149,254). Sum of RGB (Red+Green+Blue) = 217+149+254=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 149 (58.59% from 255 or 24.03% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #D995FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D995FE is #266A01. Grayscale: #B4B4B4. Windows color (decimal): -2517506 or 16684505. OLE color: 16684505.

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

Color convert

RGB 217 149 254 -
CMYK 0.15 0.41 0 0.00
HSL 278.86º 0.98% 0.79% -
HSV(B) 278.86º 0.41% 1% -
XYZ 57.25 43.4 99.13 -
YUV 181.3 169.03 153.46 -
System Red Green Blue C M Y K H S L
Decimal 217 149 254 0.15 0.41 0 0.00 278.86 0.98 0.79
Hex D9 95 FE F 29 0 0 117 62 4F
Octal 331 225 376 17 51 0 0 427 142 117
Binary 11011001 10010101 11111110 1111 101001 0 0 100010111 1100010 1001111

Color Harmonies of #D995FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D995FE

Black with #D995FE

Text Example


Text Example

White with #D995FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D995FE; }

 p { color: rgb(217,149,254); }

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

background-color css

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

 a { background-color: rgb(217,149,254); }

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

border-color css

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

 span { border-color: rgb(217,149,254); }

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