Html Css Color HEX #D598FF Mauve

📋 copy color: '#D598FF'

red 213 ◦ green 152 ◦ blue 255

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

Shades of Mauve #D598FF

Tints of Mauve #D598FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.13%

R = 34.35%
G = 24.52%
B = 41.13%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D598FF (or 0xD598FF) is known color: Mauve. HEX triplet: D5, 98 and FF. RGB value is (213,152,255). Sum of RGB (Red+Green+Blue) = 213+152+255=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 152 (59.77% from 255 or 24.52% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #D598FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D598FF is #2A6700. Grayscale: #B5B5B5. Windows color (decimal): -2778881 or 16750805. OLE color: 16750805.

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

Color convert

RGB 213 152 255 -
CMYK 0.16 0.40 0 0
HSL 275.53º 1% 0.8% -
HSV(B) 275.53º 0.4% 1% -
XYZ 56.72 43.82 100.08 -
YUV 181.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 213 152 255 0.16 0.40 0 0 275.53 1 0.8
Hex D5 98 FF 10 28 0 0 114 64 50
Octal 325 230 377 20 50 0 0 424 144 120
Binary 11010101 10011000 11111111 10000 101000 0 0 100010100 1100100 1010000

Color Harmonies of #D598FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D598FF

Black with #D598FF

Text Example


Text Example

White with #D598FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D598FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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