Html Css Color HEX #D895FC Mauve

📋 copy color: '#D895FC'

red 216 ◦ green 149 ◦ blue 252

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

Shades of Mauve #D895FC

Tints of Mauve #D895FC

RGB

 RED value IS 216 (84.77% from 255) = 35.01%

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

 BLUE value IS 252 (98.83% from 255) = 40.84%

R = 35.01%
G = 24.15%
B = 40.84%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D895FC (or 0xD895FC) is known color: Mauve. HEX triplet: D8, 95 and FC. RGB value is (216,149,252). Sum of RGB (Red+Green+Blue) = 216+149+252=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #D895FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D895FC is #276A03. Grayscale: #B4B4B4. Windows color (decimal): -2583044 or 16553432. OLE color: 16553432.

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

Color convert

RGB 216 149 252 -
CMYK 0.14 0.41 0 0.01
HSL 279.03º 0.94% 0.79% -
HSV(B) 279.03º 0.41% 0.99% -
XYZ 56.64 43.12 97.43 -
YUV 180.78 168.2 153.12 -
System Red Green Blue C M Y K H S L
Decimal 216 149 252 0.14 0.41 0 0.01 279.03 0.94 0.79
Hex D8 95 FC E 29 0 1 117 5E 4F
Octal 330 225 374 16 51 0 1 427 136 117
Binary 11011000 10010101 11111100 1110 101001 0 1 100010111 1011110 1001111

Color Harmonies of #D895FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D895FC

Black with #D895FC

Text Example


Text Example

White with #D895FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D895FC; }

 p { color: rgb(216,149,252); }

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

background-color css

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

 a { background-color: rgb(216,149,252); }

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

border-color css

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

 span { border-color: rgb(216,149,252); }

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