Html Css Color HEX #D296FF Mauve

📋 copy color: '#D296FF'

red 210 ◦ green 150 ◦ blue 255

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

Shades of Mauve #D296FF

Tints of Mauve #D296FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.46%

R = 34.15%
G = 24.39%
B = 41.46%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D296FF (or 0xD296FF) is known color: Mauve. HEX triplet: D2, 96 and FF. RGB value is (210,150,255). Sum of RGB (Red+Green+Blue) = 210+150+255=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #D296FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D296FF is #2D6900. Grayscale: #B3B3B3. Windows color (decimal): -2976001 or 16750290. OLE color: 16750290.

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

Color convert

RGB 210 150 255 -
CMYK 0.18 0.41 0 0
HSL 274.29º 1% 0.79% -
HSV(B) 274.29º 0.41% 1% -
XYZ 55.53 42.73 99.93 -
YUV 179.91 170.38 149.46 -
System Red Green Blue C M Y K H S L
Decimal 210 150 255 0.18 0.41 0 0 274.29 1 0.79
Hex D2 96 FF 12 29 0 0 112 64 4F
Octal 322 226 377 22 51 0 0 422 144 117
Binary 11010010 10010110 11111111 10010 101001 0 0 100010010 1100100 1001111

Color Harmonies of #D296FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296FF

Black with #D296FF

Text Example


Text Example

White with #D296FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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