#D88FD4

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

Shades of Plum #D88FD4

Tints of Plum #D88FD4

Color information

#D88FD4 (or 0xD88FD4) is unknown color: approx Plum. HEX triplet: D8, 8F and D4. RGB value is (216,143,212). Sum of RGB (Red+Green+Blue) = 216+143+212=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FD4 is #27702B. Grayscale: #ACACAC. Windows color (decimal): -2584620 or 13930456. OLE color: 13930456.

HSL color Cylindrical-coordinate representation of color #D88FD4: hue angle of 303.29º 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 #D88FD4 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB216143212-
CMYK00.340.020.15
HSL303.29º48.34%70.39%-
HSV(B)303.29º33.8%84.71%-
XYZ50.033967.18-
YUV172.69150.18158.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.83%
GREEN value IS 143 (56.25% from 255) = 25.04%
BLUE value IS 212 (83.20% from 255) = 37.13%
R=37.83%
G=25.04%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614321200.340.020.15303.2948.3470.39
HexD88FD40222F12f3046
Octal33021732404221745760106
Binary11011000100011111101010001000101011111001011111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88FD4; }

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

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

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

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

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

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

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

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