#D88FCD

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

Shades of Plum #D88FCD

Tints of Plum #D88FCD

Color information

#D88FCD (or 0xD88FCD) is unknown color: approx Plum. HEX triplet: D8, 8F and CD. RGB value is (216,143,205). Sum of RGB (Red+Green+Blue) = 216+143+205=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FCD is #277032. Grayscale: #ABABAB. Windows color (decimal): -2584627 or 13471704. OLE color: 13471704.

HSL color Cylindrical-coordinate representation of color #D88FCD: hue angle of 309.04º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88FCD is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216143205-
CMYK00.340.050.15
HSL309.04º48.34%70.39%-
HSV(B)309.04º33.8%84.71%-
XYZ49.1638.6562.63-
YUV171.9146.68159.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.30%
GREEN value IS 143 (56.25% from 255) = 25.35%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=38.30%
G=25.35%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614320500.340.050.15309.0448.3470.39
HexD88FCD0225F1353046
Octal33021731504251746560106
Binary110110001000111111001101010001010111111001101011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88FCD; }

 p { color: rgb(216,143,205); }

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

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

 a { background-color: rgb(216,143,205); }

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

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

 span { border-color: rgb(216,143,205); }

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