Html Css Color HEX #D495FB Mauve

📋 copy color: '#D495FB'

red 212 ◦ green 149 ◦ blue 251

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

Shades of Mauve #D495FB

Tints of Mauve #D495FB

RGB

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

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

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

R = 34.64%
G = 24.35%
B = 41.01%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D495FB (or 0xD495FB) is known color: Mauve. HEX triplet: D4, 95 and FB. RGB value is (212,149,251). Sum of RGB (Red+Green+Blue) = 212+149+251=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #D495FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D495FB is #2B6A04. Grayscale: #B3B3B3. Windows color (decimal): -2845189 or 16487892. OLE color: 16487892.

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

Color convert

RGB 212 149 251 -
CMYK 0.16 0.41 0 0.02
HSL 277.06º 0.93% 0.78% -
HSV(B) 277.06º 0.41% 0.98% -
XYZ 55.31 42.46 96.55 -
YUV 179.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 212 149 251 0.16 0.41 0 0.02 277.06 0.93 0.78
Hex D4 95 FB 10 29 0 2 115 5D 4E
Octal 324 225 373 20 51 0 2 425 135 116
Binary 11010100 10010101 11111011 10000 101001 0 10 100010101 1011101 1001110

Color Harmonies of #D495FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495FB

Black with #D495FB

Text Example


Text Example

White with #D495FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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