Html Css Color HEX #D096FE Mauve

📋 copy color: '#D096FE'

red 208 ◦ green 150 ◦ blue 254

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

Shades of Mauve #D096FE

Tints of Mauve #D096FE

RGB

 RED value IS 208 (81.64% from 255) = 33.99%

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

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

R = 33.99%
G = 24.51%
B = 41.5%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D096FE (or 0xD096FE) is known color: Mauve. HEX triplet: D0, 96 and FE. RGB value is (208,150,254). Sum of RGB (Red+Green+Blue) = 208+150+254=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #D096FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096FE is #2F6901. Grayscale: #B2B2B2. Windows color (decimal): -3107074 or 16684752. OLE color: 16684752.

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

Color convert

RGB 208 150 254 -
CMYK 0.18 0.41 0 0.00
HSL 273.46º 0.98% 0.79% -
HSV(B) 273.46º 0.41% 1% -
XYZ 54.81 42.38 99.06 -
YUV 179.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 208 150 254 0.18 0.41 0 0.00 273.46 0.98 0.79
Hex D0 96 FE 12 29 0 0 111 62 4F
Octal 320 226 376 22 51 0 0 421 142 117
Binary 11010000 10010110 11111110 10010 101001 0 0 100010001 1100010 1001111

Color Harmonies of #D096FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096FE

Black with #D096FE

Text Example


Text Example

White with #D096FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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