Html Css Color HEX #D296F9 Mauve

📋 copy color: '#D296F9'

red 210 ◦ green 150 ◦ blue 249

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

Shades of Mauve #D296F9

Tints of Mauve #D296F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.89%

R = 34.48%
G = 24.63%
B = 40.89%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D296F9 (or 0xD296F9) is known color: Mauve. HEX triplet: D2, 96 and F9. RGB value is (210,150,249). Sum of RGB (Red+Green+Blue) = 210+150+249=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #D296F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D296F9 is #2D6906. Grayscale: #B2B2B2. Windows color (decimal): -2976007 or 16357074. OLE color: 16357074.

HSL color Cylindrical-coordinate representation of color #D296F9: hue angle of 276.36º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D296F9 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 150 249 -
CMYK 0.16 0.40 0 0.02
HSL 276.36º 0.89% 0.78% -
HSV(B) 276.36º 0.4% 0.98% -
XYZ 54.58 42.35 94.92 -
YUV 179.23 167.38 149.95 -
System Red Green Blue C M Y K H S L
Decimal 210 150 249 0.16 0.40 0 0.02 276.36 0.89 0.78
Hex D2 96 F9 10 28 0 2 114 59 4E
Octal 322 226 371 20 50 0 2 424 131 116
Binary 11010010 10010110 11111001 10000 101000 0 10 100010100 1011001 1001110

Color Harmonies of #D296F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296F9

Black with #D296F9

Text Example


Text Example

White with #D296F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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