Html Css Color HEX #D298FE Mauve

📋 copy color: '#D298FE'

red 210 ◦ green 152 ◦ blue 254

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

Shades of Mauve #D298FE

Tints of Mauve #D298FE

RGB

 RED value IS 210 (82.42% from 255) = 34.09%

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

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

R = 34.09%
G = 24.68%
B = 41.23%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D298FE (or 0xD298FE) is known color: Mauve. HEX triplet: D2, 98 and FE. RGB value is (210,152,254). Sum of RGB (Red+Green+Blue) = 210+152+254=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 152 (59.77% from 255 or 24.68% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #D298FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D298FE is #2D6701. Grayscale: #B4B4B4. Windows color (decimal): -2975490 or 16685266. OLE color: 16685266.

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

Color convert

RGB 210 152 254 -
CMYK 0.17 0.40 0 0.00
HSL 274.12º 0.98% 0.8% -
HSV(B) 274.12º 0.4% 1% -
XYZ 55.7 43.31 99.19 -
YUV 180.97 169.22 148.71 -
System Red Green Blue C M Y K H S L
Decimal 210 152 254 0.17 0.40 0 0.00 274.12 0.98 0.8
Hex D2 98 FE 11 28 0 0 112 62 50
Octal 322 230 376 21 50 0 0 422 142 120
Binary 11010010 10011000 11111110 10001 101000 0 0 100010010 1100010 1010000

Color Harmonies of #D298FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298FE

Black with #D298FE

Text Example


Text Example

White with #D298FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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