Html Css Color HEX #D295F9 Mauve

📋 copy color: '#D295F9'

red 210 ◦ green 149 ◦ blue 249

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

Shades of Mauve #D295F9

Tints of Mauve #D295F9

RGB

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

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

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

R = 34.54%
G = 24.51%
B = 40.95%

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

#D295F9 (or 0xD295F9) is known color: Mauve. HEX triplet: D2, 95 and F9. RGB value is (210,149,249). Sum of RGB (Red+Green+Blue) = 210+149+249=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 149 (58.59% from 255 or 24.51% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #D295F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D295F9 is #2D6A06. Grayscale: #B2B2B2. Windows color (decimal): -2976263 or 16356818. OLE color: 16356818.

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

Color convert

RGB 210 149 249 -
CMYK 0.16 0.40 0 0.02
HSL 276.6º 0.89% 0.78% -
HSV(B) 276.6º 0.4% 0.98% -
XYZ 54.42 42.04 94.87 -
YUV 178.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 210 149 249 0.16 0.40 0 0.02 276.6 0.89 0.78
Hex D2 95 F9 10 28 0 2 115 59 4E
Octal 322 225 371 20 50 0 2 425 131 116
Binary 11010010 10010101 11111001 10000 101000 0 10 100010101 1011001 1001110

Color Harmonies of #D295F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295F9

Black with #D295F9

Text Example


Text Example

White with #D295F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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