Html Css Color HEX #D598F9 Mauve

📋 copy color: '#D598F9'

red 213 ◦ green 152 ◦ blue 249

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

Shades of Mauve #D598F9

Tints of Mauve #D598F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.55%

R = 34.69%
G = 24.76%
B = 40.55%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D598F9 (or 0xD598F9) is known color: Mauve. HEX triplet: D5, 98 and F9. RGB value is (213,152,249). Sum of RGB (Red+Green+Blue) = 213+152+249=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #D598F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D598F9 is #2A6706. Grayscale: #B4B4B4. Windows color (decimal): -2778887 or 16357589. OLE color: 16357589.

HSL color Cylindrical-coordinate representation of color #D598F9: hue angle of 277.73º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D598F9 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 152 249 -
CMYK 0.14 0.39 0 0.02
HSL 277.73º 0.89% 0.79% -
HSV(B) 277.73º 0.39% 0.98% -
XYZ 55.77 43.44 95.07 -
YUV 181.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 213 152 249 0.14 0.39 0 0.02 277.73 0.89 0.79
Hex D5 98 F9 E 27 0 2 116 59 4F
Octal 325 230 371 16 47 0 2 426 131 117
Binary 11010101 10011000 11111001 1110 100111 0 10 100010110 1011001 1001111

Color Harmonies of #D598F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D598F9

Black with #D598F9

Text Example


Text Example

White with #D598F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D598F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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