Html Css Color HEX #D396FF Mauve

📋 copy color: '#D396FF'

red 211 ◦ green 150 ◦ blue 255

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

Shades of Mauve #D396FF

Tints of Mauve #D396FF

RGB

 RED value IS 211 (82.81% from 255) = 34.25%

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

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

R = 34.25%
G = 24.35%
B = 41.4%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D396FF (or 0xD396FF) is known color: Mauve. HEX triplet: D3, 96 and FF. RGB value is (211,150,255). Sum of RGB (Red+Green+Blue) = 211+150+255=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #D396FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D396FF is #2C6900. Grayscale: #B3B3B3. Windows color (decimal): -2910465 or 16750291. OLE color: 16750291.

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

Color convert

RGB 211 150 255 -
CMYK 0.17 0.41 0 0
HSL 274.86º 1% 0.79% -
HSV(B) 274.86º 0.41% 1% -
XYZ 55.82 42.88 99.94 -
YUV 180.21 170.21 149.96 -
System Red Green Blue C M Y K H S L
Decimal 211 150 255 0.17 0.41 0 0 274.86 1 0.79
Hex D3 96 FF 11 29 0 0 113 64 4F
Octal 323 226 377 21 51 0 0 423 144 117
Binary 11010011 10010110 11111111 10001 101001 0 0 100010011 1100100 1001111

Color Harmonies of #D396FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D396FF

Black with #D396FF

Text Example


Text Example

White with #D396FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D396FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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