Html Css Color HEX #D596FF Mauve

📋 copy color: '#D596FF'

red 213 ◦ green 150 ◦ blue 255

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

Shades of Mauve #D596FF

Tints of Mauve #D596FF

RGB

 RED value IS 213 (83.59% from 255) = 34.47%

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

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

R = 34.47%
G = 24.27%
B = 41.26%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D596FF (or 0xD596FF) is known color: Mauve. HEX triplet: D5, 96 and FF. RGB value is (213,150,255). Sum of RGB (Red+Green+Blue) = 213+150+255=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #D596FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D596FF is #2A6900. Grayscale: #B4B4B4. Windows color (decimal): -2779393 or 16750293. OLE color: 16750293.

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

Color convert

RGB 213 150 255 -
CMYK 0.16 0.41 0 0
HSL 276º 1% 0.79% -
HSV(B) 276º 0.41% 1% -
XYZ 56.4 43.18 99.97 -
YUV 180.81 169.87 150.96 -
System Red Green Blue C M Y K H S L
Decimal 213 150 255 0.16 0.41 0 0 276 1 0.79
Hex D5 96 FF 10 29 0 0 114 64 4F
Octal 325 226 377 20 51 0 0 424 144 117
Binary 11010101 10010110 11111111 10000 101001 0 0 100010100 1100100 1001111

Color Harmonies of #D596FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596FF

Black with #D596FF

Text Example


Text Example

White with #D596FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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