Html Css Color HEX #D296F8 Mauve

📋 copy color: '#D296F8'

red 210 ◦ green 150 ◦ blue 248

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

Shades of Mauve #D296F8

Tints of Mauve #D296F8

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.67%

 BLUE value IS 248 (97.27% from 255) = 40.79%

R = 34.54%
G = 24.67%
B = 40.79%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D296F8 (or 0xD296F8) is known color: Mauve. HEX triplet: D2, 96 and F8. RGB value is (210,150,248). Sum of RGB (Red+Green+Blue) = 210+150+248=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 150 (58.98% from 255 or 24.67% from 608); Blue value is 248 (97.27% from 255 or 40.79% from 608); Max value from RGB is 248 - color contains mainly: blue. Hex color #D296F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D296F8 is #2D6907. Grayscale: #B2B2B2. Windows color (decimal): -2976008 or 16291538. OLE color: 16291538.

HSL color Cylindrical-coordinate representation of color #D296F8: hue angle of 276.73º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D296F8 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 150 248 -
CMYK 0.15 0.40 0 0.03
HSL 276.73º 0.88% 0.78% -
HSV(B) 276.73º 0.4% 0.97% -
XYZ 54.43 42.29 94.1 -
YUV 179.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 210 150 248 0.15 0.40 0 0.03 276.73 0.88 0.78
Hex D2 96 F8 F 28 0 3 115 58 4E
Octal 322 226 370 17 50 0 3 425 130 116
Binary 11010010 10010110 11111000 1111 101000 0 11 100010101 1011000 1001110

Color Harmonies of #D296F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296F8

Black with #D296F8

Text Example


Text Example

White with #D296F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296F8; }

 p { color: rgb(210,150,248); }

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

background-color css

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

 a { background-color: rgb(210,150,248); }

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

border-color css

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

 span { border-color: rgb(210,150,248); }

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