Html Css Color HEX #D495FE Mauve

📋 copy color: '#D495FE'

red 212 ◦ green 149 ◦ blue 254

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

Shades of Mauve #D495FE

Tints of Mauve #D495FE

RGB

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

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

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

R = 34.47%
G = 24.23%
B = 41.3%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D495FE (or 0xD495FE) is known color: Mauve. HEX triplet: D4, 95 and FE. RGB value is (212,149,254). Sum of RGB (Red+Green+Blue) = 212+149+254=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #D495FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D495FE is #2B6A01. Grayscale: #B3B3B3. Windows color (decimal): -2845186 or 16684500. OLE color: 16684500.

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

Color convert

RGB 212 149 254 -
CMYK 0.17 0.41 0 0.00
HSL 276º 0.98% 0.79% -
HSV(B) 276º 0.41% 1% -
XYZ 55.79 42.65 99.06 -
YUV 179.81 169.87 150.96 -
System Red Green Blue C M Y K H S L
Decimal 212 149 254 0.17 0.41 0 0.00 276 0.98 0.79
Hex D4 95 FE 11 29 0 0 114 62 4F
Octal 324 225 376 21 51 0 0 424 142 117
Binary 11010100 10010101 11111110 10001 101001 0 0 100010100 1100010 1001111

Color Harmonies of #D495FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495FE

Black with #D495FE

Text Example


Text Example

White with #D495FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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