#D599D6

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

Shades of Plum #D599D6

Tints of Plum #D599D6

Color information

#D599D6 (or 0xD599D6) is unknown color: approx Plum. HEX triplet: D5, 99 and D6. RGB value is (213,153,214). Sum of RGB (Red+Green+Blue) = 213+153+214=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 214 - color contains mainly: blue. Hex color #D599D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599D6 is #2A6629. Grayscale: #B1B1B1. Windows color (decimal): -2778666 or 14064085. OLE color: 14064085.

HSL color Cylindrical-coordinate representation of color #D599D6: hue angle of 299.02º degrees, saturation: 0.43, 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 #D599D6 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB213153214-
CMYK0.000.2900.16
HSL299.02º42.66%71.96%-
HSV(B)299.02º28.5%83.92%-
XYZ50.9741.7869-
YUV177.89148.38153.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.72%
GREEN value IS 153 (60.16% from 255) = 26.38%
BLUE value IS 214 (83.98% from 255) = 36.90%
R=36.72%
G=26.38%
B=36.90%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131532140.000.2900.16299.0242.6671.96
HexD599D601D01012b2b48
Octal32523132603502045353110
Binary1101010110011001110101100111010100001001010111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D599D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D599D6; }

 p { color: rgb(213,153,214); }

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

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

 a { background-color: rgb(213,153,214); }

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

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

 span { border-color: rgb(213,153,214); }

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