Html Css Color HEX #D598DF Plum

📋 copy color: '#D598DF'

red 213 ◦ green 152 ◦ blue 223

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

Shades of Plum #D598DF

Tints of Plum #D598DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.93%

R = 36.22%
G = 25.85%
B = 37.93%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D598DF (or 0xD598DF) is known color: Plum. HEX triplet: D5, 98 and DF. RGB value is (213,152,223). Sum of RGB (Red+Green+Blue) = 213+152+223=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #D598DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598DF is #2A6720. Grayscale: #B2B2B2. Windows color (decimal): -2778913 or 14653653. OLE color: 14653653.

HSL color Cylindrical-coordinate representation of color #D598DF: hue angle of 291.55º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D598DF is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 152 223 -
CMYK 0.04 0.32 0 0.13
HSL 291.55º 0.53% 0.74% -
HSV(B) 291.55º 0.32% 0.87% -
XYZ 51.99 41.93 75.17 -
YUV 178.33 153.21 152.73 -
System Red Green Blue C M Y K H S L
Decimal 213 152 223 0.04 0.32 0 0.13 291.55 0.53 0.74
Hex D5 98 DF 4 20 0 D 124 35 4A
Octal 325 230 337 4 40 0 15 444 65 112
Binary 11010101 10011000 11011111 100 100000 0 1101 100100100 110101 1001010

Color Harmonies of #D598DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D598DF

Black with #D598DF

Text Example


Text Example

White with #D598DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D598DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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