Html Css Color HEX #D597F6 Mauve

📋 copy color: '#D597F6'

red 213 ◦ green 151 ◦ blue 246

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

Shades of Mauve #D597F6

Tints of Mauve #D597F6

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.75%

 BLUE value IS 246 (96.48% from 255) = 40.33%

R = 34.92%
G = 24.75%
B = 40.33%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D597F6 (or 0xD597F6) is known color: Mauve. HEX triplet: D5, 97 and F6. RGB value is (213,151,246). Sum of RGB (Red+Green+Blue) = 213+151+246=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 151 (59.38% from 255 or 24.75% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #D597F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D597F6 is #2A6809. Grayscale: #B4B4B4. Windows color (decimal): -2779146 or 16160725. OLE color: 16160725.

HSL color Cylindrical-coordinate representation of color #D597F6: hue angle of 279.16º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D597F6 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 151 246 -
CMYK 0.13 0.39 0 0.04
HSL 279.16º 0.84% 0.78% -
HSV(B) 279.16º 0.39% 0.96% -
XYZ 55.14 42.93 92.57 -
YUV 180.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 213 151 246 0.13 0.39 0 0.04 279.16 0.84 0.78
Hex D5 97 F6 D 27 0 4 117 54 4E
Octal 325 227 366 15 47 0 4 427 124 116
Binary 11010101 10010111 11110110 1101 100111 0 100 100010111 1010100 1001110

Color Harmonies of #D597F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D597F6

Black with #D597F6

Text Example


Text Example

White with #D597F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D597F6; }

 p { color: rgb(213,151,246); }

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

background-color css

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

 a { background-color: rgb(213,151,246); }

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

border-color css

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

 span { border-color: rgb(213,151,246); }

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