Html Css Color HEX #D598FE Mauve

📋 copy color: '#D598FE'

red 213 ◦ green 152 ◦ blue 254

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

Shades of Mauve #D598FE

Tints of Mauve #D598FE

RGB

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

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

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

R = 34.41%
G = 24.56%
B = 41.03%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D598FE (or 0xD598FE) is known color: Mauve. HEX triplet: D5, 98 and FE. RGB value is (213,152,254). Sum of RGB (Red+Green+Blue) = 213+152+254=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 152 (59.77% from 255 or 24.56% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #D598FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D598FE is #2A6701. Grayscale: #B5B5B5. Windows color (decimal): -2778882 or 16685269. OLE color: 16685269.

HSL color Cylindrical-coordinate representation of color #D598FE: hue angle of 275.88º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D598FE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 152 254 -
CMYK 0.16 0.40 0 0.00
HSL 275.88º 0.98% 0.8% -
HSV(B) 275.88º 0.4% 1% -
XYZ 56.56 43.76 99.23 -
YUV 181.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 213 152 254 0.16 0.40 0 0.00 275.88 0.98 0.8
Hex D5 98 FE 10 28 0 0 114 62 50
Octal 325 230 376 20 50 0 0 424 142 120
Binary 11010101 10011000 11111110 10000 101000 0 0 100010100 1100010 1010000

Color Harmonies of #D598FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D598FE

Black with #D598FE

Text Example


Text Example

White with #D598FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D598FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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