Html Css Color HEX #D495FC Mauve

📋 copy color: '#D495FC'

red 212 ◦ green 149 ◦ blue 252

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

Shades of Mauve #D495FC

Tints of Mauve #D495FC

RGB

 RED value IS 212 (83.2% from 255) = 34.58%

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

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

R = 34.58%
G = 24.31%
B = 41.11%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D495FC (or 0xD495FC) is known color: Mauve. HEX triplet: D4, 95 and FC. RGB value is (212,149,252). Sum of RGB (Red+Green+Blue) = 212+149+252=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #D495FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D495FC is #2B6A03. Grayscale: #B3B3B3. Windows color (decimal): -2845188 or 16553428. OLE color: 16553428.

HSL color Cylindrical-coordinate representation of color #D495FC: hue angle of 276.7º 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 #D495FC is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 149 252 -
CMYK 0.16 0.41 0 0.01
HSL 276.7º 0.94% 0.79% -
HSV(B) 276.7º 0.41% 0.99% -
XYZ 55.47 42.52 97.38 -
YUV 179.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 212 149 252 0.16 0.41 0 0.01 276.7 0.94 0.79
Hex D4 95 FC 10 29 0 1 115 5E 4F
Octal 324 225 374 20 51 0 1 425 136 117
Binary 11010100 10010101 11111100 10000 101001 0 1 100010101 1011110 1001111

Color Harmonies of #D495FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495FC

Black with #D495FC

Text Example


Text Example

White with #D495FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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