Html Css Color HEX #D096FF Mauve

📋 copy color: '#D096FF'

red 208 ◦ green 150 ◦ blue 255

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

Shades of Mauve #D096FF

Tints of Mauve #D096FF

RGB

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

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

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

R = 33.93%
G = 24.47%
B = 41.6%

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

#D096FF (or 0xD096FF) is known color: Mauve. HEX triplet: D0, 96 and FF. RGB value is (208,150,255). Sum of RGB (Red+Green+Blue) = 208+150+255=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #D096FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096FF is #2F6900. Grayscale: #B2B2B2. Windows color (decimal): -3107073 or 16750288. OLE color: 16750288.

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

Color convert

RGB 208 150 255 -
CMYK 0.18 0.41 0 0
HSL 273.14º 1% 0.79% -
HSV(B) 273.14º 0.41% 1% -
XYZ 54.97 42.44 99.9 -
YUV 179.31 170.72 148.46 -
System Red Green Blue C M Y K H S L
Decimal 208 150 255 0.18 0.41 0 0 273.14 1 0.79
Hex D0 96 FF 12 29 0 0 111 64 4F
Octal 320 226 377 22 51 0 0 421 144 117
Binary 11010000 10010110 11111111 10010 101001 0 0 100010001 1100100 1001111

Color Harmonies of #D096FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096FF

Black with #D096FF

Text Example


Text Example

White with #D096FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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