Html Css Color HEX #D296FE Mauve

📋 copy color: '#D296FE'

red 210 ◦ green 150 ◦ blue 254

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

Shades of Mauve #D296FE

Tints of Mauve #D296FE

RGB

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

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

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

R = 34.2%
G = 24.43%
B = 41.37%

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

#D296FE (or 0xD296FE) is known color: Mauve. HEX triplet: D2, 96 and FE. RGB value is (210,150,254). Sum of RGB (Red+Green+Blue) = 210+150+254=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 150 (58.98% from 255 or 24.43% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #D296FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D296FE is #2D6901. Grayscale: #B3B3B3. Windows color (decimal): -2976002 or 16684754. OLE color: 16684754.

HSL color Cylindrical-coordinate representation of color #D296FE: hue angle of 274.62º 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 #D296FE is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 150 254 -
CMYK 0.17 0.41 0 0.00
HSL 274.62º 0.98% 0.79% -
HSV(B) 274.62º 0.41% 1% -
XYZ 55.37 42.67 99.08 -
YUV 179.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 210 150 254 0.17 0.41 0 0.00 274.62 0.98 0.79
Hex D2 96 FE 11 29 0 0 113 62 4F
Octal 322 226 376 21 51 0 0 423 142 117
Binary 11010010 10010110 11111110 10001 101001 0 0 100010011 1100010 1001111

Color Harmonies of #D296FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296FE

Black with #D296FE

Text Example


Text Example

White with #D296FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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