#D598D2

Color #D598D2 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D598D2

Tints of Plum #D598D2

Color information

#D598D2 (or 0xD598D2) is unknown color: approx Plum. HEX triplet: D5, 98 and D2. RGB value is (213,152,210). Sum of RGB (Red+Green+Blue) = 213+152+210=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D598D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598D2 is #2A672D. Grayscale: #B0B0B0. Windows color (decimal): -2778926 or 13801685. OLE color: 13801685.

HSL color Cylindrical-coordinate representation of color #D598D2: hue angle of 302.95º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D598D2 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB213152210-
CMYK00.290.010.16
HSL302.95º42.07%71.57%-
HSV(B)302.95º28.64%83.53%-
XYZ50.341.2666.28-
YUV176.85146.71153.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.04%
GREEN value IS 152 (59.77% from 255) = 26.43%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=37.04%
G=26.43%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315221000.290.010.16302.9542.0771.57
HexD598D201D11012f2a48
Octal32523032203512045752110
Binary1101010110011000110100100111011100001001011111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598D2; }

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

 H1.HeaderClassName
 {
   color: #D598D2;
 }
 .AnyTagClassName
 {
   color: #D598D2;
 }
</style>
background-color css

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

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

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

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

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

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