Html Css Color HEX #D598F7 Mauve

📋 copy color: '#D598F7'

red 213 ◦ green 152 ◦ blue 247

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

Shades of Mauve #D598F7

Tints of Mauve #D598F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.36%

R = 34.8%
G = 24.84%
B = 40.36%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D598F7 (or 0xD598F7) is known color: Mauve. HEX triplet: D5, 98 and F7. RGB value is (213,152,247). Sum of RGB (Red+Green+Blue) = 213+152+247=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #D598F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D598F7 is #2A6708. Grayscale: #B4B4B4. Windows color (decimal): -2778889 or 16226517. OLE color: 16226517.

HSL color Cylindrical-coordinate representation of color #D598F7: hue angle of 278.53º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D598F7 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 152 247 -
CMYK 0.14 0.38 0 0.03
HSL 278.53º 0.86% 0.78% -
HSV(B) 278.53º 0.38% 0.97% -
XYZ 55.46 43.32 93.43 -
YUV 181.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 213 152 247 0.14 0.38 0 0.03 278.53 0.86 0.78
Hex D5 98 F7 E 26 0 3 117 56 4E
Octal 325 230 367 16 46 0 3 427 126 116
Binary 11010101 10011000 11110111 1110 100110 0 11 100010111 1010110 1001110

Color Harmonies of #D598F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D598F7

Black with #D598F7

Text Example


Text Example

White with #D598F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D598F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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