Html Css Color HEX #D995FB Mauve

📋 copy color: '#D995FB'

red 217 ◦ green 149 ◦ blue 251

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

Shades of Mauve #D995FB

Tints of Mauve #D995FB

RGB

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

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

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

R = 35.17%
G = 24.15%
B = 40.68%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D995FB (or 0xD995FB) is known color: Mauve. HEX triplet: D9, 95 and FB. RGB value is (217,149,251). Sum of RGB (Red+Green+Blue) = 217+149+251=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #D995FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D995FB is #266A04. Grayscale: #B4B4B4. Windows color (decimal): -2517509 or 16487897. OLE color: 16487897.

HSL color Cylindrical-coordinate representation of color #D995FB: hue angle of 280º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D995FB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 149 251 -
CMYK 0.14 0.41 0 0.02
HSL 280º 0.93% 0.78% -
HSV(B) 280º 0.41% 0.98% -
XYZ 56.78 43.21 96.62 -
YUV 180.96 167.53 153.71 -
System Red Green Blue C M Y K H S L
Decimal 217 149 251 0.14 0.41 0 0.02 280 0.93 0.78
Hex D9 95 FB E 29 0 2 118 5D 4E
Octal 331 225 373 16 51 0 2 430 135 116
Binary 11011001 10010101 11111011 1110 101001 0 10 100011000 1011101 1001110

Color Harmonies of #D995FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D995FB

Black with #D995FB

Text Example


Text Example

White with #D995FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D995FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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