Html Css Color HEX #D495FF Mauve

📋 copy color: '#D495FF'

red 212 ◦ green 149 ◦ blue 255

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

Shades of Mauve #D495FF

Tints of Mauve #D495FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.4%

R = 34.42%
G = 24.19%
B = 41.4%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D495FF (or 0xD495FF) is known color: Mauve. HEX triplet: D4, 95 and FF. RGB value is (212,149,255). Sum of RGB (Red+Green+Blue) = 212+149+255=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 149 (58.59% from 255 or 24.19% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #D495FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D495FF is #2B6A00. Grayscale: #B3B3B3. Windows color (decimal): -2845185 or 16750036. OLE color: 16750036.

HSL color Cylindrical-coordinate representation of color #D495FF: hue angle of 275.66º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D495FF is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 149 255 -
CMYK 0.17 0.42 0 0
HSL 275.66º 1% 0.79% -
HSV(B) 275.66º 0.42% 1% -
XYZ 55.95 42.71 99.9 -
YUV 179.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 212 149 255 0.17 0.42 0 0 275.66 1 0.79
Hex D4 95 FF 11 2A 0 0 114 64 4F
Octal 324 225 377 21 52 0 0 424 144 117
Binary 11010100 10010101 11111111 10001 101010 0 0 100010100 1100100 1001111

Color Harmonies of #D495FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495FF

Black with #D495FF

Text Example


Text Example

White with #D495FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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