#D388DD

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

Shades of Plum #D388DD

Tints of Plum #D388DD

Color information

#D388DD (or 0xD388DD) is unknown color: approx Plum. HEX triplet: D3, 88 and DD. RGB value is (211,136,221). Sum of RGB (Red+Green+Blue) = 211+136+221=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #D388DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D388DD is #2C7722. Grayscale: #A7A7A7. Windows color (decimal): -2914083 or 14518483. OLE color: 14518483.

HSL color Cylindrical-coordinate representation of color #D388DD: hue angle of 292.94º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D388DD is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211136221-
CMYK0.050.3800.13
HSL292.94º55.56%70%-
HSV(B)292.94º38.46%86.67%-
XYZ48.7236.6872.92-
YUV168.12157.85158.59-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.15%
GREEN value IS 136 (53.52% from 255) = 23.94%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=37.15%
G=23.94%
B=38.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111362210.050.3800.13292.9455.5670
HexD388DD5260D1253846
Octal32321033554601544570106
Binary110100111000100011011101101100110011011001001011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D388DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D388DD; }

 p { color: rgb(211,136,221); }

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

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

 a { background-color: rgb(211,136,221); }

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

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

 span { border-color: rgb(211,136,221); }

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