Html Css Color HEX #D195FE Mauve

📋 copy color: '#D195FE'

red 209 ◦ green 149 ◦ blue 254

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

Shades of Mauve #D195FE

Tints of Mauve #D195FE

RGB

 RED value IS 209 (82.03% from 255) = 34.15%

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

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

R = 34.15%
G = 24.35%
B = 41.5%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D195FE (or 0xD195FE) is known color: Mauve. HEX triplet: D1, 95 and FE. RGB value is (209,149,254). Sum of RGB (Red+Green+Blue) = 209+149+254=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #D195FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D195FE is #2E6A01. Grayscale: #B2B2B2. Windows color (decimal): -3041794 or 16684497. OLE color: 16684497.

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

Color convert

RGB 209 149 254 -
CMYK 0.18 0.41 0 0.00
HSL 274.29º 0.98% 0.79% -
HSV(B) 274.29º 0.41% 1% -
XYZ 54.93 42.21 99.02 -
YUV 178.91 170.38 149.46 -
System Red Green Blue C M Y K H S L
Decimal 209 149 254 0.18 0.41 0 0.00 274.29 0.98 0.79
Hex D1 95 FE 12 29 0 0 112 62 4F
Octal 321 225 376 22 51 0 0 422 142 117
Binary 11010001 10010101 11111110 10010 101001 0 0 100010010 1100010 1001111

Color Harmonies of #D195FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D195FE

Black with #D195FE

Text Example


Text Example

White with #D195FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D195FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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