Html Css Color HEX #D198FE Mauve

📋 copy color: '#D198FE'

red 209 ◦ green 152 ◦ blue 254

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

Shades of Mauve #D198FE

Tints of Mauve #D198FE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.72%

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

R = 33.98%
G = 24.72%
B = 41.3%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D198FE (or 0xD198FE) is known color: Mauve. HEX triplet: D1, 98 and FE. RGB value is (209,152,254). Sum of RGB (Red+Green+Blue) = 209+152+254=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 152 (59.77% from 255 or 24.72% 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 #D198FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D198FE is #2E6701. Grayscale: #B4B4B4. Windows color (decimal): -3041026 or 16685265. OLE color: 16685265.

HSL color Cylindrical-coordinate representation of color #D198FE: hue angle of 273.53º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D198FE is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 152 254 -
CMYK 0.18 0.40 0 0.00
HSL 273.53º 0.98% 0.8% -
HSV(B) 273.53º 0.4% 1% -
XYZ 55.41 43.17 99.18 -
YUV 180.67 169.38 148.21 -
System Red Green Blue C M Y K H S L
Decimal 209 152 254 0.18 0.40 0 0.00 273.53 0.98 0.8
Hex D1 98 FE 12 28 0 0 112 62 50
Octal 321 230 376 22 50 0 0 422 142 120
Binary 11010001 10011000 11111110 10010 101000 0 0 100010010 1100010 1010000

Color Harmonies of #D198FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D198FE

Black with #D198FE

Text Example


Text Example

White with #D198FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D198FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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