Html Css Color HEX #D596FE Mauve

📋 copy color: '#D596FE'

red 213 ◦ green 150 ◦ blue 254

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

Shades of Mauve #D596FE

Tints of Mauve #D596FE

RGB

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

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

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

R = 34.52%
G = 24.31%
B = 41.17%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D596FE (or 0xD596FE) is known color: Mauve. HEX triplet: D5, 96 and FE. RGB value is (213,150,254). Sum of RGB (Red+Green+Blue) = 213+150+254=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 150 (58.98% from 255 or 24.31% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #D596FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D596FE is #2A6901. Grayscale: #B4B4B4. Windows color (decimal): -2779394 or 16684757. OLE color: 16684757.

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

Color convert

RGB 213 150 254 -
CMYK 0.16 0.41 0 0.00
HSL 276.35º 0.98% 0.79% -
HSV(B) 276.35º 0.41% 1% -
XYZ 56.24 43.11 99.12 -
YUV 180.69 169.37 151.04 -
System Red Green Blue C M Y K H S L
Decimal 213 150 254 0.16 0.41 0 0.00 276.35 0.98 0.79
Hex D5 96 FE 10 29 0 0 114 62 4F
Octal 325 226 376 20 51 0 0 424 142 117
Binary 11010101 10010110 11111110 10000 101001 0 0 100010100 1100010 1001111

Color Harmonies of #D596FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596FE

Black with #D596FE

Text Example


Text Example

White with #D596FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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