Html Css Color HEX #D596FA Mauve

📋 copy color: '#D596FA'

red 213 ◦ green 150 ◦ blue 250

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

Shades of Mauve #D596FA

Tints of Mauve #D596FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.78%

R = 34.75%
G = 24.47%
B = 40.78%

CMYK

 C value IS 0.15

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D596FA (or 0xD596FA) is known color: Mauve. HEX triplet: D5, 96 and FA. RGB value is (213,150,250). Sum of RGB (Red+Green+Blue) = 213+150+250=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #D596FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D596FA is #2A6905. Grayscale: #B3B3B3. Windows color (decimal): -2779398 or 16422613. OLE color: 16422613.

HSL color Cylindrical-coordinate representation of color #D596FA: hue angle of 277.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D596FA is Cyan = 0.15, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 150 250 -
CMYK 0.15 0.4 0 0.02
HSL 277.8º 0.91% 0.78% -
HSV(B) 277.8º 0.4% 0.98% -
XYZ 55.6 42.86 95.78 -
YUV 180.24 167.37 151.37 -
System Red Green Blue C M Y K H S L
Decimal 213 150 250 0.15 0.4 0 0.02 277.8 0.91 0.78
Hex D5 96 FA F 28 0 2 116 5B 4E
Octal 325 226 372 17 50 0 2 426 133 116
Binary 11010101 10010110 11111010 1111 101000 0 10 100010110 1011011 1001110

Color Harmonies of #D596FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596FA

Black with #D596FA

Text Example


Text Example

White with #D596FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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