Html Css Color HEX #D295FE Mauve

📋 copy color: '#D295FE'

red 210 ◦ green 149 ◦ blue 254

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

Shades of Mauve #D295FE

Tints of Mauve #D295FE

RGB

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

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

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

R = 34.26%
G = 24.31%
B = 41.44%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D295FE (or 0xD295FE) is known color: Mauve. HEX triplet: D2, 95 and FE. RGB value is (210,149,254). Sum of RGB (Red+Green+Blue) = 210+149+254=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #D295FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D295FE is #2D6A01. Grayscale: #B2B2B2. Windows color (decimal): -2976258 or 16684498. OLE color: 16684498.

HSL color Cylindrical-coordinate representation of color #D295FE: hue angle of 274.86º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D295FE is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 149 254 -
CMYK 0.17 0.41 0 0.00
HSL 274.86º 0.98% 0.79% -
HSV(B) 274.86º 0.41% 1% -
XYZ 55.22 42.35 99.03 -
YUV 179.21 170.21 149.96 -
System Red Green Blue C M Y K H S L
Decimal 210 149 254 0.17 0.41 0 0.00 274.86 0.98 0.79
Hex D2 95 FE 11 29 0 0 113 62 4F
Octal 322 225 376 21 51 0 0 423 142 117
Binary 11010010 10010101 11111110 10001 101001 0 0 100010011 1100010 1001111

Color Harmonies of #D295FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295FE

Black with #D295FE

Text Example


Text Example

White with #D295FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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