Html Css Color HEX #D295FB Mauve

📋 copy color: '#D295FB'

red 210 ◦ green 149 ◦ blue 251

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

Shades of Mauve #D295FB

Tints of Mauve #D295FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.15%

R = 34.43%
G = 24.43%
B = 41.15%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D295FB (or 0xD295FB) is known color: Mauve. HEX triplet: D2, 95 and FB. RGB value is (210,149,251). Sum of RGB (Red+Green+Blue) = 210+149+251=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 149 (58.59% from 255 or 24.43% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #D295FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D295FB is #2D6A04. Grayscale: #B2B2B2. Windows color (decimal): -2976261 or 16487890. OLE color: 16487890.

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

Color convert

RGB 210 149 251 -
CMYK 0.16 0.41 0 0.02
HSL 275.88º 0.93% 0.78% -
HSV(B) 275.88º 0.41% 0.98% -
XYZ 54.74 42.16 96.52 -
YUV 178.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 210 149 251 0.16 0.41 0 0.02 275.88 0.93 0.78
Hex D2 95 FB 10 29 0 2 114 5D 4E
Octal 322 225 373 20 51 0 2 424 135 116
Binary 11010010 10010101 11111011 10000 101001 0 10 100010100 1011101 1001110

Color Harmonies of #D295FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295FB

Black with #D295FB

Text Example


Text Example

White with #D295FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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