Html Css Color HEX #D598F6 Mauve

📋 copy color: '#D598F6'

red 213 ◦ green 152 ◦ blue 246

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

Shades of Mauve #D598F6

Tints of Mauve #D598F6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.88%

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

R = 34.86%
G = 24.88%
B = 40.26%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D598F6 (or 0xD598F6) is known color: Mauve. HEX triplet: D5, 98 and F6. RGB value is (213,152,246). Sum of RGB (Red+Green+Blue) = 213+152+246=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #D598F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D598F6 is #2A6709. Grayscale: #B4B4B4. Windows color (decimal): -2778890 or 16160981. OLE color: 16160981.

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

Color convert

RGB 213 152 246 -
CMYK 0.13 0.38 0 0.04
HSL 278.94º 0.84% 0.78% -
HSV(B) 278.94º 0.38% 0.96% -
XYZ 55.3 43.26 92.62 -
YUV 180.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 213 152 246 0.13 0.38 0 0.04 278.94 0.84 0.78
Hex D5 98 F6 D 26 0 4 117 54 4E
Octal 325 230 366 15 46 0 4 427 124 116
Binary 11010101 10011000 11110110 1101 100110 0 100 100010111 1010100 1001110

Color Harmonies of #D598F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D598F6

Black with #D598F6

Text Example


Text Example

White with #D598F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D598F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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